diff options
author | pommicket <pommicket@gmail.com> | 2023-01-04 12:53:45 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-01-04 12:53:45 -0500 |
commit | 98c618770f44a2bde4b5ba45c7390971c91a3fc3 (patch) | |
tree | de7c92fac1eb4ef218698fd8963a8061245be059 /util.h | |
parent | 4736d2d6c02b2715bba58484eacce51495df2f4c (diff) |
make unicode.h more self-contained
Diffstat (limited to 'util.h')
-rw-r--r-- | util.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,3 +1,6 @@ +// C utility functions +// these utilities should be self-contained + #ifndef UTIL_H_ #define UTIL_H_ |