next up previous contents index
Next: FORTRAN code Up: Coding rules Previous: Coding rules

   
C code

Code written in the C language  must conform to the ANSI definition of the Programming Language C as specified in ISO/IEC Std. 9899-1990[5]. In addition, the following rules must be followed: To make the code easier to understand, the usage of frequent comments, meaningful variable names and spaces between elements are recommended, whereas goto statements are strongly discouraged. The portability of the code must be verified by using the UNIX lint utility or a similar tool. Any potential problems reported by this utility must be corrected.


next up previous contents index
Next: FORTRAN code Up: Coding rules Previous: Coding rules
Send comments to web@eso.org
Last update: 1998-10-23