2002-03-03 17:23:29 +00:00
|
|
|
/* $Id: template.c,v 1.3 2002/03/03 17:23:29 hyperion Exp $
|
2002-02-20 09:17:58 +00:00
|
|
|
How to create a new source file from this template:
|
|
|
|
- copy the template in the new file (never edit this file directly, unless
|
|
|
|
that's what you want)
|
|
|
|
- search for the string "EDITME" in the file, and follow the instructions
|
|
|
|
- remove this comment block, all blocks containing DELETEME, and all EDITME
|
|
|
|
instructions
|
|
|
|
- save your file, and Have Fun! (TM)
|
|
|
|
*/
|
2002-03-03 17:23:29 +00:00
|
|
|
/* $*Id*$ (EDITME: remove asterisks from "$*Id*$")
|
2002-02-20 07:06:52 +00:00
|
|
|
*/
|
|
|
|
/*
|
|
|
|
* COPYRIGHT: See COPYING in the top level directory
|
|
|
|
* PROJECT: ReactOS POSIX+ Subsystem
|
2002-02-20 09:17:58 +00:00
|
|
|
* FILE: (EDITME: put real path of the file here)
|
|
|
|
* PURPOSE: (EDITME: put a very syntetic description of the file here)
|
2002-03-03 17:23:29 +00:00
|
|
|
* PROGRAMMER: John Doe <john.doe@mail.com> (EDITME: your name and e-mail go here)
|
2002-02-20 07:06:52 +00:00
|
|
|
* UPDATE HISTORY:
|
2002-02-20 09:17:58 +00:00
|
|
|
* (EDITME: put here the creation date): Created
|
2002-02-20 07:06:52 +00:00
|
|
|
*/
|
|
|
|
|
2002-02-20 09:17:58 +00:00
|
|
|
/* EDITME: your code here */
|
2002-02-20 07:06:52 +00:00
|
|
|
|
|
|
|
/* EOF */
|
|
|
|
|