#include <basis/chaos.h>#include <basis/function.h>#include <basis/guards.h>#include <basis/istring.h>#include <opsystem/application_shell.h>#include <data_struct/static_memory_gremlin.h>#include <textual/string_manipulation.h>Include dependency graph for t_splitter.cpp:

Go to the source code of this file.
Defines | |
| #define | SHOW_SPLIT(str, low, high) |
Functions | |
| istring | show_limits (int min_col, int max_col) |
| int | main () |
Variables | |
| HOOPLE_STARTUP_CODE | |
| #define SHOW_SPLIT | ( | str, | |||
| low, | |||||
| high | ) |
Value:
string_manipulation::split_lines(str, output, low, high); \ log(""); formal(temp)\ log(show_limits(low, high)); \ log(output + "<<<<"); \ log(show_limits(low, high))
Definition at line 49 of file t_splitter.cpp.
| int main | ( | ) |
Definition at line 93 of file t_splitter.cpp.
| istring show_limits | ( | int | min_col, | |
| int | max_col | |||
| ) |
Definition at line 39 of file t_splitter.cpp.
Definition at line 26 of file t_splitter.cpp.
1.5.1