9 lines
137 B
C
9 lines
137 B
C
#ifndef __PRINTFS_H__
|
|
#define __PRINTFS_H__
|
|
|
|
#include "common.h"
|
|
|
|
uint32 zf_sprintf (int8 *buff, const int8 *format, ...);
|
|
|
|
#endif
|