flatten_strings() kernel space version

This commit is contained in:
Balazs Gerofi bgerofi@riken.jp
2014-05-21 14:13:46 +09:00
parent 2fead93f10
commit f90e294384
2 changed files with 58 additions and 0 deletions

View File

@@ -28,5 +28,6 @@ int memcmp(const void *s1, const void *s2, size_t n);
void *memset(void *s, int n, size_t l);
unsigned long strtol(const char *cp, char **endp, unsigned int base);
int flatten_strings(int nr_strings, char **strings, char **flat);
#endif