projects
/
mes.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
mescc: Add proper includes.
[mes.git]
/
include
/
libmes.h
diff --git
a/include/libmes.h
b/include/libmes.h
index 7f01c9fadfe59d83c96f8249dc36227c87b0d44a..65a85a0fe91dc6fff039285a9aed72ff3f4caa12 100644
(file)
--- a/
include/libmes.h
+++ b/
include/libmes.h
@@
-21,6
+21,7
@@
#ifndef __MES_LIBMES_H
#define __MES_LIBMES_H
+int __mes_debug ();
char const* number_to_ascii (int number, int base, int signed_p);
char const* itoa (int number);
char const* utoa (unsigned number);