mirror of
https://github.com/AppleWin/AppleWin.git
synced 2024-12-23 00:30:17 +00:00
5 lines
111 B
C
5 lines
111 B
C
|
#pragma once
|
||
|
|
||
|
uint32_t getHostByName(const std::string & name);
|
||
|
const char * formatIP(const uint32_t address);
|