ReactOS 0.4.15-dev-7953-g1f49173
popen.h
Go to the documentation of this file.
1#ifndef __CRT_INTERNAL_POPEN_H
2#define __CRT_INTERNAL_POPEN_H
3
4#ifndef _CRT_PRECOMP_H
5#error DO NOT INCLUDE THIS HEADER DIRECTLY
6#endif
7
11};
12extern struct popen_handle *popen_handles;
14
15#endif
unsigned long DWORD
Definition: ntddk_ex.h:95
DWORD popen_handles_size
Definition: popen.c:27
struct popen_handle * popen_handles
Definition: popen.c:26
FILE * f
Definition: popen.h:9
HANDLE proc
Definition: popen.h:10