aboutsummaryrefslogtreecommitdiff
path: root/main/Unix/ipc.dcl
blob: 539d029719d39345739940b8f1618aa4f1a07282 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
definition module ipc;

open_pipes :: !String !String -> Int;
// int open_pipes (CleanString commands_name,CleanString results_name);
get_command_length :: Int;
// int get_command_length ();
get_command :: !String -> Int;
// int get_command (CleanString cleanString);
send_result :: !Int -> Int;
// int send_result (int result);