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

header.h


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

void WriteMyString();


drago@scri.fsu.edu
Jan. 1997