File: test-be32toh.c

package info (click to toggle)
mdocml 1.14.5-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 9,868 kB
  • sloc: ansic: 35,830; makefile: 1,070; sh: 511; perl: 377
file content (11 lines) | stat: -rw-r--r-- 147 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
#ifdef SYS_ENDIAN
#include <sys/endian.h>
#else
#include <endian.h>
#endif

int
main(void)
{
	return htobe32(be32toh(0x3a7d0cdb)) != 0x3a7d0cdb;
}