diff options
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1 +1,10 @@ Just an include file. +``` +# make install +``` +and include `string2.h` like this: + +``` +#include <string2.h> +``` +If you don't want to install string2, just copy string2.h in your project. |