首頁  >  問答  >  主體

c++ - codeblocks编译项目显示‘vsnprintf’未定义!

error: ‘vsnprintf’ was not declared in this scope|

ubuntu,我明明包含了#include <stdarg.h>头文件,为什么还是这么显示?

迷茫迷茫2764 天前540

全部回覆(2)我來回復

  • 黄舟

    黄舟2017-04-17 13:57:43

    使用_vsnprintf函數,這個是C標準函式庫函數。

    回覆
    0
  • 阿神

    阿神2017-04-17 13:57:43

    我C,加了個#include <stdio.h>居然行了,搞不懂

    回覆
    0
  • 取消回覆