1 2 3 4 5 6 7 8
#ifndef VARIABLE_H #define VARIABLE_H char *setup_variable_line_context(char *line); void cleanup_variable_line_context(); int get_end_fd(); #endif