libexplain
1.4.D001
|
#include <libexplain/ac/stdio.h>
#include <libexplain/ac/stdlib.h>
#include <libexplain/ac/signal.h>
#include <libexplain/ac/sys/wait.h>
#include <libexplain/buffer/wait_status.h>
#include <libexplain/buffer/strsignal.h>
Go to the source code of this file.
Functions | |
void | explain_buffer_wait_status (explain_string_buffer_t *sb, int status) |
void explain_buffer_wait_status | ( | explain_string_buffer_t * | sb, |
int | status | ||
) |
The explain_buffer_wait_status function may be used to decode a status value returned by wait(2) et al, and print it on the given string buffer.
sb | The string buffer to print into |
status | The status value to decode. See wait(2) for more information. |
Definition at line 30 of file wait_status.c.