1 2 3 4 5 6
#ifndef PKE_ARG_HANDLER_HPP #define PKE_ARG_HANDLER_HPP void PkeArgs_Parse(int argc, char *argv[]); #endif /* PKE_ARG_HANDLER_HPP */