Lolly
1.4.28
Loading...
Searching...
No Matches
Plugins
Windows
win_sys_utils.hpp
Go to the documentation of this file.
1
2
/******************************************************************************
3
* MODULE : mingw_sys_utils.hpp
4
* DESCRIPTION: external command handling
5
* COPYRIGHT : (C) 2015 Denis RAUX
6
*******************************************************************************
7
* This software falls under the GNU general public license version 3 or later.
8
* It comes WITHOUT ANY WARRANTY WHATSOEVER. For details, see the file LICENSE
9
* in the root directory or <http://www.gnu.org/licenses/gpl-3.0.html>.
10
******************************************************************************/
11
12
#ifndef WIN_SYS_UTILS_H
13
#define WIN_SYS_UTILS_H
14
15
#include "
array.hpp
"
16
#include "
string.hpp
"
17
18
SN
win_get_process_id
();
19
20
#ifdef OS_MINGW
21
int
win_system
(
array<::string>
arg
,
array<int>
fd_in
,
array<::string>
str_in
,
22
array<int>
fd_out
,
array<::string*>
str_out
);
23
#endif
24
25
namespace
lolly
{
26
string
win_get_username
();
27
}
28
29
#endif
// defined MINGW_SYS_UTILS_H
array.hpp
list
The list class represents a linked list.
Definition
list.hpp:48
SN
unsigned int SN
Definition
minmax.hpp:11
lolly
Definition
lolly_tree_bench.cpp:13
lolly::win_get_username
string win_get_username()
Definition
win_sys_utils.cpp:141
string.hpp
win_get_process_id
SN win_get_process_id()
Definition
win_sys_utils.cpp:21
Generated by
1.10.0