cputnl Function (ROM Call 0x135)

cert.h

void cputnl (CFILE *context, long l);

Puts a non-aligned long integer to a context.

cputnl puts a long integer l to the file associated with the file context pointed to by context, and moves the file pointer forward by four characters. The stored integer will not always be aligned on an even address.


Used by: cputhdr