Пример #1
0
int fork(void)
{
    return smbw_fork();
}
Пример #2
0
int fork(void)
{
        check_init("fork");
	return smbw_fork();
}