#include <stdio.h>
#include <stdlib.h>
#include <string.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 54 of file generate_head.c.
References uppercase().
char* uppercase | ( | char * | l | ) |
Definition at line 36 of file generate_head.c.
Referenced by main().