extern int ether_hostton (__const char *__hostname, struct ether_addr *__addr) __THROW;
我在Linux机器上的/usr/include/netinet/ether.h中找到了上面的函数定义.
有人可以在const(关键字),addr(标识符)和最后__THROW前面解释双下划线的含义.
c syntax double-underscore
c ×1
double-underscore ×1
syntax ×1