| [ |
| { |
| "function_name": "usage", |
| "function_signature": "void usage (int status)", |
| "include_line": "#include \"../tests/fmt/tests_for_usage.c\"" |
| }, |
| { |
| "function_name": "set_prefix", |
| "function_signature": "static void set_prefix (char *p)", |
| "include_line": "#include \"../tests/fmt/tests_for_set_prefix.c\"" |
| }, |
| { |
| "function_name": "fmt", |
| "function_signature": "static bool fmt (FILE *f, char const *file)", |
| "include_line": "#include \"../tests/fmt/tests_for_fmt.c\"" |
| }, |
| { |
| "function_name": "set_other_indent", |
| "function_signature": "static void set_other_indent (bool same_paragraph)", |
| "include_line": "#include \"../tests/fmt/tests_for_set_other_indent.c\"" |
| }, |
| { |
| "function_name": "get_paragraph", |
| "function_signature": "static bool get_paragraph (FILE *f)", |
| "include_line": "#include \"../tests/fmt/tests_for_get_paragraph.c\"" |
| }, |
| { |
| "function_name": "copy_rest", |
| "function_signature": "static int copy_rest (FILE *f, int c)", |
| "include_line": "#include \"../tests/fmt/tests_for_copy_rest.c\"" |
| }, |
| { |
| "function_name": "get_line", |
| "function_signature": "static int get_line (FILE *f, int c)", |
| "include_line": "#include \"../tests/fmt/tests_for_get_line.c\"" |
| }, |
| { |
| "function_name": "get_prefix", |
| "function_signature": "static int get_prefix (FILE *f)", |
| "include_line": "#include \"../tests/fmt/tests_for_get_prefix.c\"" |
| }, |
| { |
| "function_name": "get_space", |
| "function_signature": "static int get_space (FILE *f, int c)", |
| "include_line": "#include \"../tests/fmt/tests_for_get_space.c\"" |
| }, |
| { |
| "function_name": "check_punctuation", |
| "function_signature": "static void check_punctuation (WORD *w)", |
| "include_line": "#include \"../tests/fmt/tests_for_check_punctuation.c\"" |
| }, |
| { |
| "function_name": "flush_paragraph", |
| "function_signature": "static void flush_paragraph (void)", |
| "include_line": "#include \"../tests/fmt/tests_for_flush_paragraph.c\"" |
| }, |
| { |
| "function_name": "fmt_paragraph", |
| "function_signature": "static void fmt_paragraph (void)", |
| "include_line": "#include \"../tests/fmt/tests_for_fmt_paragraph.c\"" |
| }, |
| { |
| "function_name": "base_cost", |
| "function_signature": "static COST base_cost (WORD *this)", |
| "include_line": "#include \"../tests/fmt/tests_for_base_cost.c\"" |
| }, |
| { |
| "function_name": "line_cost", |
| "function_signature": "static COST line_cost (WORD *next, int len)", |
| "include_line": "#include \"../tests/fmt/tests_for_line_cost.c\"" |
| }, |
| { |
| "function_name": "put_line", |
| "function_signature": "static void put_line (WORD *w, int indent)", |
| "include_line": "#include \"../tests/fmt/tests_for_put_line.c\"" |
| }, |
| { |
| "function_name": "put_word", |
| "function_signature": "static void put_word (WORD *w)", |
| "include_line": "#include \"../tests/fmt/tests_for_put_word.c\"" |
| }, |
| { |
| "function_name": "put_space", |
| "function_signature": "static void put_space (int space)", |
| "include_line": "#include \"../tests/fmt/tests_for_put_space.c\"" |
| } |
| ] |