📄 parport.h
字号:
/* Copyright (c) Colorado School of Mines, 1990./* All rights reserved. *//* parport.h - include file for ANSI deficient systems */#ifndef PARPORT_H#define PARPORT_H/* TYPEDEFS */typedef long fpos_t;/* DEFINES */fgetpos(fp,pos) {(pos) = ftell((fp));}fsetpos(fp,pos) {fseek((fp), (pos), SEEK_SET);}#endif /* PARPORT_H */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -