mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 18:25:52 +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 <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue