kolibrios/programs/develop/ktcc/trunk/libc/string/strxfrm.c

4 lines
78 B
C
Raw Normal View History

int strxfrm(char* strDest, const char* strSource, int count)
{
return 0;
}