00001 #ifndef N2NC_UTILS_H 00002 #define N2NC_UTILS_H 00003 00004 #include "nixsys.h" 00005 00006 00007 namespace n2nc { 00008 namespace utils { 00009 00014 uint32_t stringToHex(std::string num); 00015 int loadArgsHelper(int argc,char **argv); 00016 int loadConfig(struct myconf_t &myconf); 00017 00018 } 00019 } 00020 00021 #endif