diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2021-02-17 18:12:33 -0500 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2021-02-17 18:12:33 -0500 |
commit | 14811a586d77ab9a1fa8bef360250992aead55d1 (patch) | |
tree | 2fab3e9d4140cfee65faea369d84a5f9e9566cda /process.h | |
parent | e719b02111d63aee561684d50e5fceaf1d099826 (diff) |
started process-win.c
Diffstat (limited to 'process.h')
-rw-r--r-- | process.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ typedef struct Process Process; -// returns NULL on failure +// returns false on failure bool process_exec(Process *process, char const *program, char **argv); // returns the error last error produced, or NULL if there was no error. char const *process_geterr(Process *process); |