📄 dv_putsa.c
字号:
/*@A (C) 1992 Allen I. Holub */
#include <tools/termlib.h>
#include "video.h"
void dv_putsa( str, attrib )
char *str;
int attrib;
{
/* Write string to screen, giving characters the indicated attributes. */
while( *str )
dv_putc( *str++, attrib );
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -