File: paintertest.c

package info (click to toggle)
xrdp 0.10.5-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 15,088 kB
  • sloc: ansic: 107,426; sh: 5,852; asm: 4,742; cpp: 2,555; makefile: 1,474
file content (12 lines) | stat: -rw-r--r-- 168 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
#if defined(HAVE_CONFIG_H)
#include <config_ac.h>
#endif

#include <stdio.h>
#include <stdlib.h>
#include <string.h>

int main(int argc, char **argv)
{
    return 0;
}