#include <stdio.h>#include <stdlib.h>Go to the source code of this file.
Functions | |
| char * | uppercase (char *l) |
| int | main (int argc, char *argv[]) |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 50 of file generate_tail.c.
References uppercase().
| char* uppercase | ( | char * | l | ) |
Definition at line 32 of file generate_tail.c.
Referenced by main().
1.8.17