Anti-Sway Capstone 1.0
Loading...
Searching...
No Matches
anti-sway.h
Go to the documentation of this file.
1
13#ifndef ANTI_SWAY_H_
14#define ANTI_SWAY_H_
15
16/* Execution-Dispatch Function */
17
18
26int AntiSwayFork();
27
33int AntiSwayJoin();
34
35#endif // ANTI_SWAY_H_
int AntiSwayFork()
Executes Anti-Sway Mode.
Definition anti-sway.c:244
int AntiSwayJoin()
Stops Anti-Sway Mode.
Definition anti-sway.c:287