#include "op_string.h"#include <stdlib.h>#include <stdio.h>#include <string.h>
Go to the source code of this file.
Functions | |
| void | error (char const *str) |
| int | main () |
Definition in file string_tests.c.
| void error | ( | char const * | str | ) |
Definition at line 17 of file string_tests.c.
Referenced by Agent_OnLoad(), create_section(), do_exec_command(), image_name_storage::get_name(), main(), op_write_debug_line_info(), open_elf(), populate_for_image(), oprof_start::record_config(), and operf_record::setup().

| int main | ( | void | ) |
Definition at line 24 of file string_tests.c.
References comment_line(), empty_line(), error(), skip_nonws(), skip_ws(), and strisprefix().

1.6.1