Add some useful information to the popen header

svn path=/trunk/; revision=42740
This commit is contained in:
Gregor Schneider 2009-08-16 18:58:25 +00:00
parent 1aebf2497e
commit 9a8137bdd5

View file

@ -1,11 +1,10 @@
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS system libraries
* FILE: lib/crt/??????
* PURPOSE: Unknown
* PROGRAMER: Unknown
* UPDATE HISTORY:
* 25/11/05: Created
* PROJECT: ReactOS C runtime library
* FILE: lib/sdk/crt/stdio/popen.c
* PURPOSE: Pipe Functions
* PROGRAMERS: Eric Kohl
Hartmut Birr
*/
#include <precomp.h>