
to_int(3)             LPC Library Functions             to_int(3)

NNAAMMEE
       to_int - convert a float or buffer to an int

SSYYNNOOPPSSIISS
       int to_int( float | buffer x );

DDEESSCCRRIIPPTTIIOONN
       If `x' is a float, the to_int() call returns the number of
       type `int' that is equivalent to  `x'  (with  any  decimal
       stripped  off).   If `x' is a buffer, the call returns the
       integer (in network-byte-order) that is  embedded  in  the
       buffer.

SSEEEE AALLSSOO
       to_float(3), read_buffer(3), sprintf(3), sscanf(3)

MudOS                       5 Sep 1994                          1

