The C Preprocessor cont.
/* file general.h in /usr/working/include */
#ifndef GENERAL_H
#define GENERAL_H
#include <stdio.h>
#include <stdlib.h>
typedef enum
boolean_tag { FALSE, TRUE }Boolean_type;
#endif
Previous slide
Next slide
Back to first slide
View graphic version