Check availability of standard header we used in meson.build.
If the environment is not well configured, those might be out of header resolution scope.
Such errors must be catch at setup time instead of build time.
e.g.
#include <stdarg.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdlib.h>
Check availability of standard header we used in
meson.build.If the environment is not well configured, those might be out of header resolution scope.
Such errors must be catch at setup time instead of build time.
e.g.