mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
13 lines
117 B
C
13 lines
117 B
C
#include "scalar.h"
|
|
|
|
int main(void)
|
|
{
|
|
int res;
|
|
|
|
GO(__NR_fork, 2, "0e");
|
|
SY(__NR_fork);
|
|
|
|
return(0);
|
|
}
|
|
|