9 lines
130 B
C
9 lines
130 B
C
#ifndef SYSTEM_H_
|
|
#define SYSTEM_H_
|
|
|
|
#include <common/Common.h>
|
|
|
|
extern char* System_getHostnameCopy(void);
|
|
|
|
#endif /*SYSTEM_H_*/
|