Files
2025-09-01 22:43:03 +08:00

9 lines
137 B
C

#ifndef __PRINTFS_H__
#define __PRINTFS_H__
#include "common.h"
uint32 zf_sprintf (int8 *buff, const int8 *format, ...);
#endif