/*** Copyright (C) 2022 J Reece Wilson (a/k/a "Reece"). All rights reserved. File: UNIX.hpp Date: 2022-4-14 Author: Reece ***/ #pragma once namespace Aurora::IO::UNIX { AUKN_SYM AuString ShareFileDescriptor(int fd); AUKN_SYM void ShareFileDescriptorStop(const AuString &handle); AUKN_SYM int ShareFileDescriptorAccept(const AuString &handle); }