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

📄 replace.h

📁 使用BorlandC++4.5编译的一个MUD客户端程序
💻 H
字号:
#ifndef __REPLACE_H_
#define __REPLACE_H_

#include <winsock.h>

#ifdef __cplusplus
extern "C" {
#endif
  const char * NewSocket(SOCKET s, long evt); /* Call after connect() */
  void WriteString(char * str, int len);      /* Std out
  int  getch();                               /* Hah! */

  /* this is sufficient for vt's purposes */
  struct passwd {
      char    *pw_dir;
  };

  struct passwd * getpwnam (const char * name); /* Always fails */
  void setpwent(void);
  void endpwent(void);
#ifdef __cplusplus
}
#endif

#endif /* __REPLACE_H_ */

⌨️ 快捷键说明

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