Files
crossdesk/src/common/platform.h
2024-11-07 16:29:02 +08:00

15 lines
228 B
C++

/*
* @Author: DI JUNKUN
* @Date: 2023-12-18
* Copyright (c) 2023 by DI JUNKUN, All Rights Reserved.
*/
#ifndef _PLATFORM_H_
#define _PLATFORM_H_
#include <iostream>
std::string GetMac();
std::string GetHostName();
#endif