# My program -> program.c <> <> <
> ## Main function -> main Here is the main function: int main(int argc, char *argv[]) { int i; <> ... } ### Command-line options -> main.options for (i = 1; i < argc; i++) ... ### Declarations -> declarations So far, we have used the following global variables: char *line; int line_length; int line_size;