This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <stdlib.h> | |
#include <asm/unistd.h> | |
#include <sys/wait.h> | |
#include <sys/time.h> | |
#include <time.h> | |
long __syscall(int syscallno, long arg1, long arg2, long arg3, long arg4, long arg5, long arg6); | |
int main(int argc, char * argv[]) { |