strings.h

来自「CHM decompiler is a program that convert」· C头文件 代码 · 共 13 行

H
13
字号
#ifndef _STRINGS_H_#define _STRINGS_H_#include "common.h"bool open_strings( void );bool print_string( FILE* f, off_t off );char* get_string( off_t off );void print_strings( FILE* f );void close_strings( void );#endif /* _STRINGS_H_ */

⌨️ 快捷键说明

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