⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 main.c

📁 vdhl and matlab, i think it good for you
💻 C
字号:
#include <assert.h>#include <stdlib.h>#include <stdio.h>#include "stdtypes.h"#include "fifo_list.h"#include "str.h"#include "sym.h"#include "type.h"#include "const.h"#include "dsym.h"main( int argc, char *argv[] ){    sym s;    sym_type named_type;    type_record rec_type;    type_record * pRecType;    pRecType = &rec_type;    named_type.set_ty_type( pRecType );} // main

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -