#include <sys/types.h>#include <fcntl.h>#include <a.out.h>#include <stdlib.h>#include <unistd.h>#include <stdio.h>Include dependency graph for size.c:

Go to the source code of this file.
Functions | |
| _PROTOTYPE (int main,(int argc, char **argv)) | |
| _PROTOTYPE (void size,(char *name)) | |
| int | main (int argc, argv) |
| void | size (char *name) |
Variables | |
| int | heading |
| int | error |
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
Definition at line 32 of file size.c. References A_SEP, BADMAG, close, error, fprintf(), heading, O_RDONLY, open, printf, read, and stderr. |
|
|
|
|
|
Definition at line 10 of file size.c. Referenced by size(). |
1.4.6