#ifndef STRING_H_ #define STRING_H_ void kstrcpy(char* into, const char* from); #endif /* STRING_H_ */