?? main.c
字號(hào):
#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
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -