mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2024-12-18 21:02:34 +03:00
4 lines
78 B
C
4 lines
78 B
C
|
int strxfrm(char* strDest, const char* strSource, int count)
|
||
|
{
|
||
|
return 0;
|
||
|
}
|