Implicit function declarations

This commit is contained in:
RincewindsHat 2023-03-05 10:09:45 +01:00
parent 41fb615f3d
commit 1568940b3e

View file

@ -44,6 +44,8 @@
# include <sys/wait.h>
#endif
#include "./utils.h"
/** macros **/
#ifndef WEXITSTATUS
# define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8)