option.c: fixed warnings
[k8jam.git] / src / lemon_diet.c
blob80ad7b243eee8b9588a6fce2a5641bec3e62a115
1 #ifdef USE_DIETLIBC
2 char *stpcpy (char *dst, const char *src) {
3 while ((*dst++ = *src++));
4 return (dst-1);
6 #endif