?? txt.h
字號(hào):
/* * -*- Mode: ANSI C -*- * $Id: txt.h,v 1.1 1996/01/25 22:46:51 fernande Exp $ * $Source: /usr/people.harrier/sweldens/cvs/liftpack/include/txt.h,v $ * Author: Fernandez, Gabriel * * This file has the declarations for the functions to * read, and write a text data file. *//* do not edit anything above this line */#ifndef __TXT_H__#define __TXT_H__#include <stdio.h> /* for FILE type */#include "image.h" /* for Image type */extern int LoadTXT ( char *__filename, Image *__image );extern int WriteTXT ( FILE *__fp, const Image _image );#endif /* __TXT_H__ */
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -