implement arpainet
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
sys_includes = ["sys/types.h", "sys/socket.h"]
|
||||
include_guard = "_NETINET_IN_H"
|
||||
style = "Tag"
|
||||
style = "Both"
|
||||
language = "C"
|
||||
|
||||
[export]
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
#![no_std]
|
||||
|
||||
extern crate in_h;
|
||||
pub extern crate in_h;
|
||||
|
||||
Reference in New Issue
Block a user