26#if ! defined (octave_wait_wrappers_h)
27#define octave_wait_wrappers_h 1
29#if ! defined (__cplusplus)
35#if defined __cplusplus
64#if defined __cplusplus
OCTAVE_API pid_t octave_waitpid_wrapper(pid_t pid, int *statusp, int options)
OCTAVE_API int octave_wcoredump_wrapper(int status)
OCTAVE_API bool octave_wifstopped_wrapper(int status)
OCTAVE_API bool octave_wifexited_wrapper(int status)
OCTAVE_API int octave_wstopsig_wrapper(int status)
OCTAVE_API bool octave_wifsignaled_wrapper(int status)
OCTAVE_API int octave_wexitstatus_wrapper(int status)
OCTAVE_API int octave_wtermsig_wrapper(int status)
OCTAVE_API int octave_wnohang_wrapper(void)
OCTAVE_API int octave_wuntraced_wrapper(void)
OCTAVE_API bool octave_wifcontinued_wrapper(int status)
OCTAVE_API int octave_wcontinue_wrapper(void)