Ejemplo n.º 1
0
int fork(void)
{
    return smbw_fork();
}
Ejemplo n.º 2
0
int fork(void)
{
        check_init("fork");
	return smbw_fork();
}