flatten_strings() kernel space version
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user