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