Lolly 1.4.27
Loading...
Searching...
No Matches
unix_sys_utils.hpp
Go to the documentation of this file.
1
2/******************************************************************************
3 * MODULE : unix_sys_utils.hpp
4 * DESCRIPTION: external command handling
5 * COPYRIGHT : (C) 2009 David MICHEL
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 UNIX_SYS_UTILS_H
13#define UNIX_SYS_UTILS_H
14
15#include "array.hpp"
16#include "string.hpp"
17
21
22string unix_get_login ();
23string unix_get_username ();
24
25#endif // defined UNIX_SYS_UTILS_H
The list class represents a linked list.
Definition list.hpp:48
unsigned int SN
Definition minmax.hpp:11
SN unix_get_process_id()
int unix_system(array< string > arg, array< int > fd_in, array< string > str_in, array< int > fd_out, array< string * > str_out)
string unix_get_login()
string unix_get_username()