FreeRDP
TestPathCchRemoveFileSpec.c
1
2
#include <stdio.h>
3
#include <winpr/crt.h>
4
#include <winpr/path.h>
5
#include <winpr/tchar.h>
6
#include <winpr/winpr.h>
7
8
int
TestPathCchRemoveFileSpec(
int
argc,
char
* argv[])
9
{
10
printf(
"Warning: %s is not implemented!\n"
, __func__);
11
return
0;
12
}
winpr
libwinpr
path
test
TestPathCchRemoveFileSpec.c
Generated by
1.9.1