Skip to content

Instantly share code, notes, and snippets.

View ywh865's full-sized avatar
💭
学問に励む。

Le souhait seul ywh865

💭
学問に励む。
View GitHub Profile
@blackgear
blackgear / Appex.c
Created December 25, 2016 11:24
Generate license for AppEX
#include <net/if.h>
#include <stdio.h>
#include <string.h>
#include <sys/ioctl.h>
#include <sys/socket.h>
#include <unistd.h>
int main() {
int fd;
struct ifreq ifr;