GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
uint32_pack_big(3) FreeBSD Library Functions Manual uint32_pack_big(3)

uint32_pack_big - write an unsigned big-endian 32-bit integer

#include <libowfat/uint32.h>

uint32 u;

void uint32_pack_big(char s[4],uint32 u);

uint32 is a 32-bit unsigned integer type, normally either unsigned int or unsigned long.

uint32_pack_big portably writes a uint32 u to s in big-endian (i.e. network) byte order.

uint32_unpack_big(3), uint32_pack(3)

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.