Anti-Sway Capstone 1.0
Loading...
Searching...
No Matches
idle.h
Go to the documentation of this file.
1
13#ifndef IDLE_H_
14#define IDLE_H_
15
24int IdleFork();
25
32int IdleJoin();
33
34#endif // IDLE_H_
int IdleFork()
Definition idle.c:60
int IdleJoin()
Definition idle.c:67