Skip to content
Thomas Couacault edited this page Feb 7, 2018 · 3 revisions

Welcome to the C-String-Library wiki!

Basic things to know

  • All functions begin with "s_".

  • In order to make possible overloading methods, you will have to tell the function what type your passing in argument. When you will see void * in the arguments, you will be able to pass a char * or a String *. For those 2 types, ST_STRING stands for String * and ST_CHARSTR for char *.

Clone this wiki locally