Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.atnf.csiro.au/computing/software/gipsy/sub/int32.dc3
Дата изменения: Mon Dec 12 17:06:57 1994
Дата индексирования: Fri Jan 16 00:13:50 2009
Кодировка:

Поисковые слова: guide 8.0

Document: int32

Purpose: Describes the available routines to convert local integers
to/from 32 bit integers.

Category: SYSTEM

File: int32

Author: K.G. Begeman

Description: Programs which need to communicate with other programs
at other hosts need a 'standard' integer, which is in our
case a 32 bit twos-complement integer (can be either high or
low endian). The following routines are available to do
the conversion:

void int_to_int32( int *, unsigned char *, int )
void int32_to_int( unsigned char *, int *, int )
void int_to_int32_n( int *, unsigned char *, int, int )
void int32_to_int_n( unsigned char *, int *, int, int )

Updates: Dec 7, 1994: KGB, Document created.