freerdp2/winpr/libwinpr/path/test/TestPathCchStripToRoot.c
2016-01-15 17:12:04 +00:00

14 lines
245 B
C

#include <stdio.h>
#include <winpr/crt.h>
#include <winpr/path.h>
#include <winpr/tchar.h>
#include <winpr/winpr.h>
int TestPathCchStripToRoot(int argc, char* argv[])
{
printf("Warning: %s is not implemented!\n", __FUNCTION__);
return 0;
}