📄 sndfaillinux.c
字号:
/* sndfaillinux.c -- version of sndfail that prints a message *//* this should not be compiled into an snd library! handling snd_fail * is application specific */#include "stdio.h"void snd_fail(char *msg){ printf("ERROR: %s\n", msg);}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -