PhoenixMock  1.8.7
Tools to split/merge/print mock used in Phoenix
phoenix_whoami.h
Go to the documentation of this file.
1 /***************************************
2  Auteur : Pierre Aubert
3  Mail : pierre.aubert@lapp.in2p3.fr
4  Licence : CeCILL-C
5 ****************************************/
6 
7 #ifndef __PHOENIX_WHOAMI_H__
8 #define __PHOENIX_WHOAMI_H__
9 
10 #include <iostream>
11 #include <string>
12 
13 std::string phoenix_whoami();
14 
15 #endif
phoenix_whoami
std::string phoenix_whoami()
Get the name of the current user.
Definition: phoenix_whoami.cpp:13