|
UMBC CMSC 201 Fall '06 CSEE | 201 | 201 F'06 | lectures | news | help |
#ifndef _fraction_h /* if fraction.h hasn't already been defined */
#define _fraction_h /* then define it as the following ... */
/* everything between the #define and the
#endif will be considered _fraction_h The
<code of the underscore which replaces the dot, is
header file> necessary since the preprocessor can't
handle dots well. The underscore before
the filename is traditional */
#endif