sgs_LoadLib_*** [functions]
void sgs_LoadLib_Fmt( sgs_Context* C )
void sgs_LoadLib_IO( sgs_Context* C )
void sgs_LoadLib_Math( sgs_Context* C )
void sgs_LoadLib_OS( sgs_Context* C )
void sgs_LoadLib_RE( sgs_Context* C )
void sgs_LoadLib_String( sgs_Context* C )
Loads the library into the specified context
Fmt: string formatting library
IO: input/output library
Math: math library
OS: operating system info (date/time, environment, locale, terminal access) library
RE: regular expression library
String: string handling library