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

📄 tsksup.h

📁 一个多任务操作系统CTask的源代码 用C语言编写
💻 H
字号:
/*
   --- Version 2.0 93-02-24 15:13 ---

   TSKSUP.H - CTask optional support routine prototypes.

   Public Domain Software written by
      Thomas Wagner
      Ferrari electronic Gmbh
      Beusselstrasse 27
      D-1000 Berlin 21
      Germany
*/

/* Module tsksnap.c */

extern void Globalfunc screensnap (int rows);
extern void Globalfunc csnapshot (void);
extern void Globalfunc comsnapshot (void);
extern void Globalfunc snapshot (FILE *f);

/* Module conout.c */

extern void init_conout (void);
extern void end_conout (void);
extern int tprintf (char *format, ...);
extern int tputs (char *buf);
extern int tputch (int ch);


⌨️ 快捷键说明

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