2025-08-10 01:34:16 +02:00

9 lines
130 B
C

#ifndef SYSTEM_H_
#define SYSTEM_H_
#include <common/Common.h>
extern char* System_getHostnameCopy(void);
#endif /*SYSTEM_H_*/