Author: tkreuzer
Date: Sun Feb 15 16:14:32 2009
New Revision: 39614
URL:
http://svn.reactos.org/svn/reactos?rev=39614&view=rev
Log:
Add a header
Modified:
trunk/reactos/tools/hpp/hpp.c
Modified: trunk/reactos/tools/hpp/hpp.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/tools/hpp/hpp.c?rev=39614&…
==============================================================================
--- trunk/reactos/tools/hpp/hpp.c [iso-8859-1] (original)
+++ trunk/reactos/tools/hpp/hpp.c [iso-8859-1] Sun Feb 15 16:14:32 2009
@@ -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>