Home
last modified time | relevance | path

Searched defs:Sntohl (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/dist/Storable/
H A DStorable.xs1207 # define Sntohl(x) ntohl(x) macro
1209 # define Sntohl(x) (x) macro
1211 static U32 Sntohl(U32 x) { in Sntohl() function