Next: Makefile Up: Modular Example Previous: WriteMyString.c

header.h


/*
 *	header.h
 */
#define MY_STRING "Hello World"

void WriteMyString();


Dave.Marshall@cm.cf.ac.uk
Wed Sep 14 10:06:31 BST 1994