root/trunk/src/pidsize.c
@
12
Revision 5, 185 bytes (checked in by andreu, 17 years ago) | |
---|---|
|
Line | |
---|---|
1 | #include <unistd.h> |
2 | #include <stdio.h> |
3 | #include <string.h> |
4 | #include <stdlib.h> |
5 | #include <sys/types.h> |
6 | |
7 | int |
8 | main (int argc, char *argv[]) |
9 | { |
10 | fprintf(stderr, " %d\n", sizeof(pid_t)); |
11 | } |
Note: See TracBrowser
for help on using the browser.