1 2 3 4 5
#include "fmt_number.h" fmt_number_macro(fmt_ulong, unsigned long, 10) #if 0 unsigned int fmt_ulong(char *s, unsigned long u) /*EXTRACT_INCL*/ #endif