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

📄 mhl.c

📁 <B>Digital的Unix操作系统VAX 4.2源码</B>
💻 C
字号:
/* mhl.c - the MH message listing program */#include <stdio.h>main (argc, argv)int     argc;char  **argv;{    done (mhl (argc, argv));}/*  *//* Cheat:  we are loaded with adrparse, which wants a routine called   OfficialName().  We call adrparse:getm() with the correct arguments   to prevent OfficialName() from being called.  Hence, the following   is to keep the loader happy. */char   *OfficialName (name)register char  *name;{    return name;}

⌨️ 快捷键说明

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