Browse code

Use strutils instead of snprintf (to save some bytes), set default year to 2014, partial revamp of the stopwatch

Dario Rodriguez authored on 14/01/2014 22:59:59
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,2 @@
1
+int num2str(int num, char *str, unsigned int minlen, unsigned int maxlen);
2
+int hexnum2str(int hexnum, char *str, unsigned int numdigits);