git.ckatri.com
/
mandoc.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Do not leak 64 bytes of heap memory every time a manual page calls
[mandoc.git]
/
test-ntohl.c
1
#include <arpa/inet.h>
2
3
int
4
main
(
void
)
5
{
6
return
htonl
(
ntohl
(
0x3a7d0cdb
)) !=
0x3a7d0cdb
;
7
}