Next:
Makefile
Up:
Modular Example
Previous:
WriteMyString.c
header.h
/* * header.h */ #define MY_STRING "Hello World" void WriteMyString();