:pserver:cvsanon@mok.lvcm.com:/CVS/ReactOS reactos
[reactos.git] / lib / crtdll / tchar / strspnp.c
1 #include <crtdll/tchar.h>
2 #include <crtdll/stdlib.h>
3
4
5 char * _strspnp( const char * str1, const char * str2) 
6
7         return NULL; 
8 }
9