CSIRO Mathematics, Informatics and Statistics
|
|
|
Next: Testing LIAR functions Up: LIAR coding Style Previous: Handling variants
LIAR C prototyping standardAll LIAR C functions must be prototyped and their prototypes must be stored in the LIAR header file liar.h. Prototypes must contain argument names and the name of the file that contains the C function. Furthermore, the prototype MUST BE a direct copy of the function declaration. Thus, you cannot simply type the prototype in by hand, it must be cut and pasted from the original source code. Fig. 10 provides an example.
Ed Breen Tue Sep 3 17:19:31 EST 1996 |