aboutsummaryrefslogtreecommitdiff
path: root/include/kern/string.h
blob: 3c9f0b435a9c4109e3e36ca92d032a398bbf64f2 (plain) (blame)
1
2
3
4
5
6
#ifndef STRING_H_
#define STRING_H_

void kstrcpy(char* into, const char* from);

#endif /* STRING_H_ */