#pragma once namespace cmkr { namespace args { const char *handle_args(int argc, char **argv); } // namespace args } // namespace cmkr