1 2 3 4 5 6
#ifndef STRING_H_ #define STRING_H_ void kstrcpy(char* into, const char* from); #endif /* STRING_H_ */