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

📄 system.h

📁 radius协议源码÷The Radius Stack will connect to a Radius Server. This stack implementation is built upo
💻 H
字号:
/* *  @(#) $Id: system.h,v 1.1.1.1 2000/05/08 22:51:24 wenqing Exp $ */char *inet_ntoa();char *strncpy();int accept();int atoi();int bind();#ifndef BZERO_IS_A_MACROvoid bzero();#endifint connect();int fclose();int printf();int fprintf();int fscanf();int getdtablesize();int getopt();int gettimeofday();u_long inet_netof();int ioctl();int listen();void perror();int recvfrom();int rename();int select();int sendto();int setsockopt();int socket();int getsockname();int sscanf();int strncmp();int unlink();time_t time();int fflush();int gethostname();char *memset();void setbuf();int on_exit();int getrlimit();

⌨️ 快捷键说明

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