nt9856x/loader/Include/stdio.h

24 lines
414 B
C
Executable File

/**
STDIO header
STDIO header
@file stdio.h
@ingroup mISYSClib
@note Nothing
Copyright Novatek Microelectronics Corp. 2012. All rights reserved.
*/
#ifndef __NVT_STDIO_H__
#define __NVT_STDIO_H__
/** \addtogroup mISYSClib */
//@{
int sprintf(char * buf, const char *fmt, ...);
int sscanf(const char * buf, const char * fmt, ...);
//@}
#endif