reactos/posix/lib/psxdll/misc/template.c

26 lines
968 B
C
Raw Normal View History

/* $Id: template.c,v 1.2 2002/02/20 09:17:57 hyperion Exp $
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)
*/
/* $ Id $ (EDITME: replace "$ Id $" with "$Id: template.c,v 1.2 2002/02/20 09:17:57 hyperion Exp $")
*/
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS POSIX+ Subsystem
* FILE: (EDITME: put real path of the file here)
* PURPOSE: (EDITME: put a very syntetic description of the file here)
* PROGRAMMER: <john.doe@mail.com> (EDITME: your name and e-mail go here)
* UPDATE HISTORY:
* (EDITME: put here the creation date): Created
*/
/* EDITME: your code here */
/* EOF */