mirror of
https://github.com/reactos/reactos.git
synced 2025-05-04 18:31:40 +00:00
Add a header
svn path=/trunk/; revision=39614
This commit is contained in:
parent
90b16f9eca
commit
2e0c09ded9
1 changed files with 8 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue