/* ISC license. */ #include #include #include "s6-internal.h" #define HELP_MESSAGE "This is the \"s6 process\" help message.\n" int process_help (char const *const *argv) { (void)argv ; if (!buffer_putsflush(buffer_1, HELP_MESSAGE)) strerr_diefu1sys(111, "write to stdout") ; return 0 ; }