diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-12-06 15:08:18 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-12-06 15:08:18 -0500 |
commit | 1f8380814aff5429d3c1d27a3b9b82aa6102b764 (patch) | |
tree | fc4691a80630acd0812745b8735cf8df2bfa1ef7 /spm.c | |
parent | c81894a758b98006802e2e006e75a91076811d86 (diff) | |
download | spmc-1f8380814aff5429d3c1d27a3b9b82aa6102b764.tar.gz |
More documentation
Diffstat (limited to 'spm.c')
-rw-r--r-- | spm.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -16,8 +16,6 @@ #include "config.h" #include "spm.h" - - /** * A wrapper for `popen()` that executes non-interactive programs and reports their exit value. * To redirect stdout and stderr you must do so from within the `fmt` string |