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

Go to the source code of this file.
Defines | |
| #define | COMMENT_CHARACTER '-' |
Enumerations | |
| enum | states { TO_LOWER, PASS_THROUGH_QUOTE, COMMENT } |
Functions | |
| int | main (int formal(argc), char *formal(argv)[]) |
Variables | |
| HOOPLE_STARTUP_CODE | |
| console_logger | out |
| #define COMMENT_CHARACTER '-' |
| enum states |
| int main | ( | int | formal(argc), | |
| char * | formal(argv)[] | |||
| ) |
Definition at line 38 of file to_lower.cpp.
References COMMENT, COMMENT_CHARACTER, log_base::NO_ENDING, out, PASS_THROUGH_QUOTE, istring::to_lower(), and TO_LOWER.
Definition at line 25 of file to_lower.cpp.
Definition at line 29 of file to_lower.cpp.
1.5.1