freerdp2/winpr/libwinpr/path/test/TestPathCchStripToRoot.c
2020-05-28 00:18:10 +02:00

13 lines
244 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;
}