|
FreeNOS
|
Go to the source code of this file.
Macros | |
| #define | ARGV_SIZE 128 |
| Maximum size of each argument. | |
| #define | ARGV_COUNT (PAGESIZE / ARGV_SIZE) |
| Number of arguments at maximum. | |
Functions | |
| int | main (int argc, char **argv) |
| Program entry point. | |