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