#ifndef VARIABLE_H #define VARIABLE_H char *setup_variable_line_context(char *line); void cleanup_variable_line_context(); int get_end_fd(); #endif