diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2021-01-28 22:47:25 -0800 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2021-01-28 22:47:25 -0800 |
| commit | 000ef2dc58416cd09dc177ab863a2d6f1ab9ba28 (patch) | |
| tree | 2e5a6131f957ba85a6acb2f15f1614e9895f0927 /utils.h | |
| parent | 8842891a7cad0c4d666eda994f291f8bd5b988c8 (diff) | |
Converted block comments to line comments
Diffstat (limited to 'utils.h')
| -rw-r--r-- | utils.h | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -1,10 +1,10 @@ -/* - * utils.h - * Copyright 2020 Bruce Hill - * Released under the MIT license - * - * This file contains some definitions of some utility macros. - */ +// +// utils.h +// Copyright 2020 Bruce Hill +// Released under the MIT license +// +// This file contains some definitions of some utility macros. +// #ifndef FILE_UTILS__H #define FILE_UTILS__H |
