Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as C by ostry ( 16 years ago )
int main()
{
string str - readline(":>");
tablicapolecen = funkcjacodzielilancuch(str);
if( (pid = fork()) == 0 )
{
execvp(tablicapolecen[0], tablicapolecen);
}
else
{
waitpid(pid, &status;, 0);
}
}
Revise this Paste
Parent: 14864