The BASICS1 service program provides basic procdures that should be included in the compiler or that are used frequently. The following topics are covered:
- Managing messages (create, send, receive, retrieve)
- Managing API error code (create error code, check for errors)
- Strings (e.g. f_left(), f_right(), f_space(), f_lcase(), f_ucase(), f_wordwrap())
- Assert (watches logical expressions, see C assert macro)
- This (gets the name of the running procedure)
- Managing objects (e.g. f_exist(), f_rtvObjD(), f_rtvMbrD())
- Commands and Environment (z.B. f_execute(), f_setEnvVar(), f_getEnvVar())
- Encoding (f_genUUID(), f_genMD5(), f_genSHA1())
The BASICS1 service program is part of a growing number of utilities and samples that are provided here.
|