xge_os_sprintf
#define xge_os_sprintf(buf, fmt...) strlen(sprintf(buf, fmt))
static inline int xge_os_sprintf(char *buf, char *fmt, ...) {