#include <basis/istring.h>#include <loggers/console_logger.h>#include <data_struct/static_memory_gremlin.h>#include <stdio.h>#include <stdlib.h>Include dependency graph for lexcaser.cpp:

Go to the source code of this file.
Functions | |
| void | print_instructions_and_exit (const char *program_name) |
| void | modify_character (char to_modify) |
| int | main (int argc, char *argv[]) |
Variables | |
| HOOPLE_STARTUP_CODE | |
| console_logger | out |
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
Definition at line 47 of file lexcaser.cpp.
References modify_character(), log_base::NO_ENDING, out, and print_instructions_and_exit().
| void modify_character | ( | char | to_modify | ) |
Definition at line 40 of file lexcaser.cpp.
References out, and istring::to_upper().
Referenced by main().
| void print_instructions_and_exit | ( | const char * | program_name | ) |
Definition at line 22 of file lexcaser.cpp.
Definition at line 24 of file lexcaser.cpp.
1.5.1