comparison Discovery/Inc/crcmodel.h @ 778:74253a41cf80

Zusammenf?hren
author heinrichsweikamp
date Mon, 22 May 2023 09:15:09 +0200
parents 45b8f3c2acce
children
comparison
equal deleted inserted replaced
777:6a8cf91e5b22 778:74253a41cf80
110 /* would be cumbersome to distribute with this package. The DONE_STYLE is the */ 110 /* would be cumbersome to distribute with this package. The DONE_STYLE is the */
111 /* idempotence symbol used in my style header file. */ 111 /* idempotence symbol used in my style header file. */
112 112
113 #ifndef DONE_STYLE 113 #ifndef DONE_STYLE
114 114
115 #include <stdbool.h>
116
115 typedef unsigned long ulong; 117 typedef unsigned long ulong;
116 typedef unsigned bool;
117 typedef unsigned char * p_ubyte_; 118 typedef unsigned char * p_ubyte_;
118 119
119 #ifndef TRUE 120 #ifndef TRUE
120 #define FALSE 0 121 #define FALSE 0
121 #define TRUE 1 122 #define TRUE 1