|
Postfix3.3.1
|
#include <stdio.h>#include <fcntl.h>#include <unistd.h>#include <stdlib.h>マクロ定義 | |
| #define | DO(s) if (s < 0) { perror(#s); exit(1); } |
関数 | |
| int | main (int unused_argc, char **unused_argv) |
| #define DO | ( | s | ) | if (s < 0) { perror(#s); exit(1); } |
dup2_pass_on_exec.c の 36 行目に定義があります。
dup2_pass_on_exec.c の 38 行目に定義があります。
1.8.9.1