tftpd.h

来自「非常流行而且必须的网络功能」· C头文件 代码 · 共 28 行

H
28
字号
/* $Id$ *//* ----------------------------------------------------------------------- * *    *   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 + =
减小字号Ctrl + -
显示快捷键?