-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Thomas Couacault edited this page Feb 7, 2018
·
3 revisions
-
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 *.