Add a header

svn path=/trunk/; revision=39614
This commit is contained in:
Timo Kreuzer 2009-02-15 22:14:32 +00:00
parent 90b16f9eca
commit 2e0c09ded9

View file

@ -1,3 +1,11 @@
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: Header preprocessor
* PURPOSE: Generates header files from other header files
* PROGRAMMER; Timo Kreuzer
*
*/
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>