summaryrefslogtreecommitdiffstats
path: root/include/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/util.h')
-rw-r--r--include/util.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/util.h b/include/util.h
index e3269d6b..1fd772c0 100644
--- a/include/util.h
+++ b/include/util.h
@@ -10,11 +10,6 @@
10int wrap(int i, int max); 10int wrap(int i, int max);
11 11
12/** 12/**
13 * Count number of digits in int, including '-' sign if there is one
14 */
15int numlen(int n);
16
17/**
18 * Given a string that represents an RGB(A) color, return a uint32_t 13 * Given a string that represents an RGB(A) color, return a uint32_t
19 * version of the color. 14 * version of the color.
20 */ 15 */