关于“C++中怎么调用C函数”的方法,之前有浏览过大牛的文章,貌似有好几种方法。
作为小白,this is my way.
/* File: parse.h
* Purpose: simple parser for data files, includeing args parsing
*/
#ifndef PARSE_H
#define PARSE_H
#ifdef __cplusplus
extern "C" {
#endif
#include <stdio.h>
#include <stdbool.h> //zlb adds
//zlb marks typedef enum {false=0,true=1} bool ;
bool viParseArgs(int argc