13 lines
189 B
C
13 lines
189 B
C
/* 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 */
|