1
0
Fork 0
mirror of git://git.psyc.eu/libpsyc synced 2024-08-15 03:19:02 +00:00

don't use sprintf for rendering numbers

This commit is contained in:
psyc://psyced.org/~lynX 2011-04-25 16:11:47 +02:00
parent 97d40c09bd
commit f4791db17c
4 changed files with 100 additions and 5 deletions

View file

@ -15,4 +15,8 @@
void * memmem(const void *l, size_t l_len, const void *s, size_t s_len);
#endif
#if !defined(_GNU_SOURCE) && !defined(__FBSDID)
int itoa(int number, char* out, int base);
#endif
#endif // PSYC_LIB_H