stub_tgetent.c

来自「压缩包中包含LINUX下多个命令的源码」· C语言 代码 · 共 7 行

C
7
字号
/* Return an error saying we couldn't find any termcap database.  */inttgetent (char *buf, int *type){  return -1;}

⌨️ 快捷键说明

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