projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
1aebf24
)
Add some useful information to the popen header
author
Gregor Schneider
<grschneider@gmail.com>
Sun, 16 Aug 2009 18:58:25 +0000
(18:58 +0000)
committer
Gregor Schneider
<grschneider@gmail.com>
Sun, 16 Aug 2009 18:58:25 +0000
(18:58 +0000)
svn path=/trunk/; revision=42740
reactos/lib/sdk/crt/stdio/popen.c
patch
|
blob
|
history
diff --git
a/reactos/lib/sdk/crt/stdio/popen.c
b/reactos/lib/sdk/crt/stdio/popen.c
index
ab5efa8
..
10a7303
100644
(file)
--- a/
reactos/lib/sdk/crt/stdio/popen.c
+++ b/
reactos/lib/sdk/crt/stdio/popen.c
@@
-1,11
+1,10
@@
/*
* COPYRIGHT: See COPYING in the top level directory
/*
* 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>
*/
#include <precomp.h>