Updated with Tizen:Base source codes
[external/procps.git] / dummy.c
1 // This is to test the compiler.
2
3 #include <sys/ioctl.h>
4 #include <sys/resource.h>
5 #include <sys/time.h>
6 #include <sys/types.h>
7 #include <sys/stat.h>
8 #include <ctype.h>
9 #include <curses.h>
10 #include <errno.h>
11 #include <fcntl.h>
12 #include <signal.h>
13 #include <stdarg.h>
14 #include <stdio.h>
15 #include <stdlib.h>
16 #include <string.h>
17
18 // Foul POS defines all sorts of stuff...
19 #include <term.h>
20 #undef tab
21
22 #include <termios.h>
23 #include <time.h>
24 #include <unistd.h>
25 #include <values.h>
26
27 int main(int argc, char *argv[]){
28   (void)argc;
29   (void)argv;
30   return 0;
31 }