ZestCode
 
Loading...
Searching...
No Matches
string.h
Go to the documentation of this file.
1
15
16#pragma once
17
26char* kstrdup(const char* s);
27
38char* kstrndup(const char* s, size_t n);
char * kstrdup(const char *s)
char * kstrndup(const char *s, size_t n)