Import Upstream version 20180207
[hcoop/debian/mlton.git] / runtime / basis / Posix / Process / ifStopped.c
1 #include "platform.h"
2
3 C_Int_t Posix_Process_ifStopped (C_Status_t s) {
4 return WIFSTOPPED (s);
5 }