hdf5/tools/h5dump
Quincey Koziol e87fc517b8 [svn-r4355] Purpose:
Code cleanup (sorta)

Description:
    When the first versions of the HDF5 library were designed, I remembered
    vividly the difficulties of porting code from a 32-bit platform to a 16-bit
    platform and asked that people use intn & uintn instead of int & unsigned
    int, respectively.  However, in hindsight, this was overkill and
    unnecessary since we weren't going to be porting the HDF5 library to
    16-bit architectures.

    Currently, the extra uintn & intn typedefs are causing problems for users
    who'd like to include both the HDF5 and HDF4 header files in one source
    module (like Kent's h4toh5 library).

Solution:
    Changed the uintn & intn's to unsigned and int's respectively.

Platforms tested:
    FreeBSD 4.4 (hawkwind)
2001-08-14 17:09:56 -05:00
..
Dependencies [svn-r4292] 2001-08-01 16:00:25 -05:00
h5dump.c [svn-r4326] Purpose: 2001-08-10 17:30:01 -05:00
h5dump.h [svn-r3488] Purpose: 2001-02-22 16:53:30 -05:00
h5dumptst.c [svn-r4355] Purpose: 2001-08-14 17:09:56 -05:00
Makefile.in [svn-r3488] Purpose: 2001-02-22 16:53:30 -05:00
testh5dump.sh [svn-r4342] Purpose: 2001-08-14 11:35:43 -05:00