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