chuahou / sap

A simple argument parser for C/C++ CLI applications
MIT License
0 stars 1 forks source link

Fixes for C string issues such as #1 #7

Closed chuahou closed 4 years ago

chuahou commented 4 years ago

This fixes #1 as well as making sure sap.h does not messily edit argv, which led to some issues with (char *) pointers.