Home
last modified time | relevance | path

Searched refs:WEXITSTATUS (Results 1 – 1 of 1) sorted by relevance

/picolibc-3.7.0-3.6.0/newlib/libc/include/sys/
Dwait.h53 #define WEXITSTATUS(w) (((w) >> 8) & 0xff) macro
55 #define WSTOPSIG WEXITSTATUS