
Project: Compiler for a MiniC 375
12.8.8 Built-in Functions Library
It was decided that we shall not use the standard C library for linking with the final compiled miniC
program, though it is possible to do so, if we take care to use proper command-line arguments while
linking the object files. This was demonstrated in Section 12.4.3.
Several functions, called built-in functions, which are callable from a miniC program, are defined.
As the calling conventions of miniC is compatible with the standard C calling conventions, these
functions can be tested independently of a compiled miniC program.
The following functions are available at present ...