Newer
Older
Scratch / mobius / include / netinet / in.h
@Christopher W. Olsen Christopher W. Olsen on 25 Oct 2019 59 bytes Scratch
#ifndef __IN_H
#define __IN_H

#define ntohl(l)	(l)

#endif