⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 djrefs.c

📁 UNIX下SH的实现源码
💻 C
字号:
#ifdef __DJGPP__

/* Certain library functions deep in libc need to explicitly
   referenced to pull in the modified versions.  */
#include <libc/dosexec.h>
#include <termios.h>

static void dummy_refs (void)
{
  __dosexec_find_in_path (0, 0, 0);
  __libc_termios_init();

}

#endif

⌨️ 快捷键说明

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