File: TestFileWriteFile.c

package info (click to toggle)
freerdp2 2.3.0%2Bdfsg1-2%2Bdeb11u1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 27,060 kB
  • sloc: ansic: 330,648; xml: 1,676; cpp: 821; sh: 748; python: 638; perl: 231; lisp: 120; makefile: 86
file content (10 lines) | stat: -rw-r--r-- 156 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10

#include <stdio.h>
#include <winpr/crt.h>
#include <winpr/file.h>
#include <winpr/windows.h>

int TestFileWriteFile(int argc, char* argv[])
{
	return 0;
}