497fd712b63c86e602e9a5f9f36cf937e564dd98
[reactos.git] / posix / lib / psxdll / misc / template.c
1 /* $Id: template.c,v 1.2 2002/02/20 09:17:57 hyperion Exp $
2 How to create a new source file from this template:
3 - copy the template in the new file (never edit this file directly, unless
4 that's what you want)
5 - search for the string "EDITME" in the file, and follow the instructions
6 - remove this comment block, all blocks containing DELETEME, and all EDITME
7 instructions
8 - save your file, and Have Fun! (TM)
9 */
10 /* $ Id $ (EDITME: replace "$ Id $" with "$Id: template.c,v 1.2 2002/02/20 09:17:57 hyperion Exp $")
11 */
12 /*
13 * COPYRIGHT: See COPYING in the top level directory
14 * PROJECT: ReactOS POSIX+ Subsystem
15 * FILE: (EDITME: put real path of the file here)
16 * PURPOSE: (EDITME: put a very syntetic description of the file here)
17 * PROGRAMMER: <john.doe@mail.com> (EDITME: your name and e-mail go here)
18 * UPDATE HISTORY:
19 * (EDITME: put here the creation date): Created
20 */
21
22 /* EDITME: your code here */
23
24 /* EOF */
25