#ifndef __HELPER_H__ #define __HELPER_H__ int helper_parse_setup ( char * string, char ***output, int *lenght, ... ); #endif // __HELPER_H__