snprintf.h
上传用户:tany51
上传日期:2013-06-12
资源大小:1397k
文件大小:0k
源码类别:

MySQL数据库

开发平台:

Visual C++

  1. #ifdef WIN32
  2. int snprintf(char *str, size_t size, const  char  *format,...);
  3. #else
  4. #include <stdio.h>
  5. #endif