#ifndef PARSER_H #define PARSER_H void argv_to_path(int, char**); void parse_path(const char*); void parse_query(const char*); #endif