diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2021-01-12 21:04:43 -0800 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2021-01-12 21:04:43 -0800 |
| commit | b27b71608b3ba4715d629c597efd17c124a8cc22 (patch) | |
| tree | 2fa57476196f91a9fe54780ef0b014cee6e967d7 /utils.h | |
| parent | 88219f49965c61b116da9f022bd04546d414fe17 (diff) | |
Standardizing to line-comments instead of block comments
Diffstat (limited to 'utils.h')
| -rw-r--r-- | utils.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ -/* - * utils.h - Some utility and printing functions. - */ +// +// utils.h - Some utility and printing functions. +// #ifndef UTILS__H #define UTILS__H |
