- 博客(3)
- 收藏
- 关注
转载 使用c语言的sscanf判断email地址是否合法
#include <stdio.h> #include <string.h> int is_avalid_email(char *str) { char a1[32]={0}; char a2[32]={0}; char a3[32]={0};...
2017-08-08 17:45:00 851
转载 gethostbyname() -- 用域名或主机名获取IP地址
struct hostent *gethostbyname(const char *name); 返回:若成功则为非空字符串,若出错则为NULL且设置h_errno 注意:此函数的局限只能返回IPV4地址,所以建议使用getaddrinfo()函数 本函数返回的非空指针结构体如下: s...
2015-08-17 11:54:00 212
转载 Linux下获取网卡信息
#include<stdio.h> #include<string.h> #include<net/if.h> #include<sys/ioctl.h> #include<arpa/inet.h> #include<...
2015-08-05 22:10:00 143
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人