mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-12-26 14:18:54 +00:00
12 lines
72 B
C
12 lines
72 B
C
|
#pragma once
|
||
|
|
||
|
#ifndef WIN32
|
||
|
|
||
|
namespace posix {
|
||
|
|
||
|
void fork();
|
||
|
|
||
|
}
|
||
|
|
||
|
#endif
|