mirror of
https://github.com/opnsense/src.git
synced 2026-04-05 09:25:25 -04:00
7 lines
91 B
C
7 lines
91 B
C
#include <arpa/inet.h>
|
|
|
|
int
|
|
main(void)
|
|
{
|
|
return htonl(ntohl(0x3a7d0cdb)) != 0x3a7d0cdb;
|
|
}
|