Differences From Artifact [263717fe7a]:
- File src/class.h — part of check-in [a2613e09be] at 2012-04-09 14:06:27 on branch trunk — Add hashing. (user: js, size: 1795) [annotate] [blame] [check-ins using]
To Artifact [00840273ae]:
- File src/class.h — part of check-in [c9caa75847] at 2013-06-08 09:47:14 on branch trunk — Use (void*)NULL instead of NULL in varargs. (user: js, size: 1790) [annotate] [blame] [check-ins using]
︙ | |||
31 32 33 34 35 36 37 | 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 | - + | #include <stdbool.h> #include <stdint.h> #include <stdarg.h> typedef struct CFWClass { const char *name; size_t size; |
︙ |