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