ReactOS 0.4.16-dev-927-g467dec4
|
#include <corecrt_internal.h>
#include <corecrt_internal_traits.h>
#include <process.h>
#include <io.h>
#include <stdlib.h>
#include <errno.h>
Go to the source code of this file.
Functions | |
template<typename Character > | |
static int __cdecl | common_system (Character const *const command) throw () |
int __cdecl | system (char const *const command) |
int __cdecl | _wsystem (wchar_t const *const command) |
Definition at line 83 of file system.cpp.
|
static |
Definition at line 22 of file system.cpp.
Referenced by _wsystem(), and system().
Definition at line 78 of file system.cpp.