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

📄 tftpd.h

📁 unix下tftp服务器源码
💻 H
字号:
/* $Id: tftpd.h,v 1.4 2001/11/12 10:03:04 hpa Exp $ *//* ----------------------------------------------------------------------- * *    *   Copyright 2001 H. Peter Anvin - All Rights Reserved * *   This program is free software available under the same license *   as the "OpenBSD" operating system, distributed at *   http://www.openbsd.org/. * * ----------------------------------------------------------------------- *//* * tftpd.h * * Prototypes for various functions that are part of the tftpd server. */#ifndef TFTPD_TFTPD_H#define TFTPD_TFTPD_Hvoid set_signal(int, void (*)(int), int);void *tfmalloc(size_t);char *tfstrdup(const char *);extern int verbosity;#endif

⌨️ 快捷键说明

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