xmu.h

来自「编译后直接运行的MP3播放器全部C语言源代码 一个包含FAT文件系统、系统」· C头文件 代码 · 共 15 行

H
15
字号
/* This file contains compatibility routines for systems without Xmu. * You would be better served by installing Xmu on your machine or * yelling at your vendor to ship it. */#ifndef __XMU_H__#define __XMU_H__#include <X11/Xlib.h>#include <stdio.h>int XmuPrintDefaultErrorMessage (Display *dpy, XErrorEvent *event, FILE *fp);#endif /* __XMU_H__ */

⌨️ 快捷键说明

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