AcornSearch - Acorn and RISC OS information searching
RISC OS Search
containing
"Nutty quip goes here!"
Home  |  About  |  Filebase Archive  |  StrongHelp Manuals  |  Newsgroups  |  Module Database

Declaration for 

PUTLONG from NetLib:arpa.h.nameser

(#define)

#define PUTLONG(l, cp) { \
     register u_int32_t t_l = (u_int32_t)(l); \
     register u_char *t_cp = (u_char *)(cp); \
     *t_cp++ = t_l >> 24; \
     *t_cp++ = t_l >> 16; \
     *t_cp++ = t_l >> 8; \
     *t_cp   = t_l; \
     (cp) += INT32SZ; \
}


/* end of arpa.h.nameser */

Open original source file

See header files's help page


[sh-index] Back to list of manuals