I don't include them multiple times, but maybe someone else will.
Philadelphia PA 19104, USA.
*/
+#ifndef _ERR_MAC_H
+#define _ERR_MAC_H
+
#include <stdio.h> /* for fprintf(), stderr */
#define SUCCESS 0
fflush(stderr); \
} \
} while(0)
+
+#endif /* _ERR_MAC_H */
Philadelphia PA 19104, USA.
*/
+#ifndef _STRIPCHART_H
+#define _STRIPCHART_H
+
typedef struct stripchart_struct stripchart_t;
extern int stripchart_create(stripchart_t **pChart,
extern int stripchart_point(stripchart_t *chart, double value);
extern int stripchart_destroy(stripchart_t **pChart);
+
+#endif /* _STRIPCHART_H */