root/trunk/src/pidsize.c @ 12

Revision 5, 185 bytes (checked in by andreu, 17 years ago)

first add

  • Property svn:eol-style set to native
Line 
1#include <unistd.h>
2#include <stdio.h>
3#include <string.h>
4#include <stdlib.h>
5#include <sys/types.h>
6
7int 
8main (int argc, char *argv[])
9{
10  fprintf(stderr, " %d\n", sizeof(pid_t));
11}
Note: See TracBrowser for help on using the browser.