palunix.hpp
来自「一个嵌入式系统的C代码」· HPP 代码 · 共 21 行
HPP
21 行
//*************************************************************************// MODULE : PalUnix - Program Abstraction Layer for the RCOS system *// Unix specifics// AUTHOR : Ron Chernich *// PURPOSE: Definition of a class to provide platform dependant services *// for timer interrupts, raw keyboard buffer access and low *// level mouse events. *//*************************************************************************#include <X11/Xlib.h>#include <X11/Xutil.h>#include <X11/keysym.h>#include <sys/time.h>#include <sys/types.h>#include <unistd.h>UINT16 ConvertASCII( char );/********************************** eof **********************************/
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?