Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10 11 12 13 14
/* $NetBSD: unity_config.h,v 1.2 2020/05/25 20:47:35 christos Exp $ */ /* unity_config.h */ #ifndef UNITY_CONFIG_H #define UNITY_CONFIG_H #define UNITY_INCLUDE_DOUBLE #ifndef HAVE_STDINT_H # define UNITY_EXCLUDE_STDINT_H #endif #endif /* UNITY_CONFIG_H */