Exemple #1
0
int fd_close (int fd)
{
    return MacClose(fd);
}
Exemple #2
0
static int mindy_close (int fd)
{
    return MacClose(fd);
}