bump 0.1.3

This commit is contained in:
MoAlyousef
2020-11-27 17:46:32 +03:00
parent 16e68d7542
commit f8ab24e0a2
6 changed files with 15 additions and 7 deletions
+3 -1
View File
@@ -3,8 +3,10 @@
#ifdef __cplusplus
namespace cmkr {
namespace args {
const char *handle_args(int argc, char **argv);
}
} // namespace args
} // namespace cmkr
extern "C" {