Printf.h
上传用户:zbk8730
上传日期:2017-08-10
资源大小:12168k
文件大小:0k
源码类别:

uCOS

开发平台:

C/C++

  1. #ifndef PRINTF_H
  2. #define PRINTF_H
  3. void OSPrintfInit(void);
  4. void OSPrintf(const char *fmt,...);
  5. #endif