summaryrefslogtreecommitdiffstats
path: root/winpr/libwinpr/path/test/TestPathCchRemoveBackslash.c
blob: f23e72b98a04a8558f5845db256a28a94704fbd3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#include <stdio.h>
#include <winpr/crt.h>
#include <winpr/path.h>
#include <winpr/tchar.h>
#include <winpr/winpr.h>

int TestPathCchRemoveBackslash(int argc, char* argv[])
{
	printf("Warning: %s is not implemented!\n", __func__);
	return 0;
}