chiark / gitweb /
[PATCH] klibc: strlcpy/strlcat - don't alter destination if size == 0
[elogind.git] / klibc / klibc / strtoll.c
1 #define TYPE signed long long
2 #define NAME strtoll
3 #include "strtox.c"