blob: 99a070ec2777391c38ab76c26ec412568f54dd2c (
plain) (
blame)
1
2
3
4
5
6
7
8
|
int open_pipes (CleanString commands_name, CleanString results_name);
Clean (open_pipes :: String String -> Int)
int get_command_length (void);
Clean (get_command_length :: Int)
int get_command (CleanString cleanString);
Clean (get_command :: String -> Int)
int send_result (int result);
Clean (send_result :: Int -> Int)
|