26 #ifndef __USER_CONFIG_H__ 27 #define __USER_CONFIG_H__ 33 typedef unsigned long int size_t;
41 typedef enum {
false,
true }
bool;
45 #define SYSTEM_TASK_HZ 1000L 49 #define Mem_Clear(a) memset(a, 0, sizeof(a)) 50 #define Mem_Set(a,b) memset(a, (int) b, sizeof(a)) 52 #define SHARED_FILINFO 135 #endif // __USER_CONFIG_H__
Small printf user function.
Math IO functions, and verious conversion code with floating point support.
Various string and character functions.
Master Include for FatFs, RTC, Timers AVR8 - Part of HP85 disk emulator.
System memory and reset utilities.