isnumber->isdigit (Linux does not have isnumber), strlcpy header.

This commit is contained in:
Alexandre Snarskii
2015-02-23 15:43:21 +03:00
parent d787382df0
commit d034047ca5
2 changed files with 5 additions and 2 deletions

View File

@@ -63,5 +63,8 @@ int sx_radix_tree_aggregate(struct sx_radix_tree* tree);
int sx_radix_tree_refine(struct sx_radix_tree* tree, unsigned refine);
int sx_radix_tree_refineLow(struct sx_radix_tree* tree, unsigned refineLow);
#ifndef HAVE_STRLCPY
size_t strlcpy(char* dst, const char* src, size_t size);
#endif
#endif