squareball  0.2.0.49-878a
A general-purpose library for C99
sb-compat.h
Go to the documentation of this file.
1 /*
2  * squareball: A general-purpose library for C99.
3  * Copyright (C) 2014-2019 Rafael G. Martins <rafael@rafaelmartins.eng.br>
4  *
5  * This program can be distributed under the terms of the BSD License.
6  * See the file LICENSE.
7  */
8 
9 #ifndef _SQUAREBALL_COMPAT_H
10 #define _SQUAREBALL_COMPAT_H
11 
26 int sb_compat_status_code(int waitstatus);
27 
30 #endif /* _SQUAREBALL_COMPAT_H */
int sb_compat_status_code(int waitstatus)