Esempio n. 1
0
int fd_close (int fd)
{
    return MacClose(fd);
}
Esempio n. 2
0
static int mindy_close (int fd)
{
    return MacClose(fd);
}