twirls/CppRun/common.h

17 lines
511 B
C
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

/*********************************************************************************************
Description: 声明一些公用的函数
Copyright : All right reserved by ZheYuan.BJ
Author : Zhang Zhonghai
Date : 2023/09/18 adfasdf
***********************************************************************************************/
#ifndef __COMMON_H
#define __COMMON_H
/* 处理pubmed txt文件结果保存在mat文件中 */
void ProcessPubmedTxt(int argc, const char** argv);
#endif // !__COMMON_H