PreviousUpNext

15.4.1060  src/lib/std/one-word-unt.pkg

## one-word-unt.pkg
#
# One-word unt ("unsigned int") -- 32-bit unt on 32-bit architectures, 64-bit unt on 64-bit architectures.

# Compiled by:
#     src/lib/std/standard.lib

package one_word_unt
    =
    one_word_unt_guts;          # one_word_unt_guts     is from   src/lib/std/src/one-word-unt-guts.pkg


#  (C) 1999 Lucent Technologies, Bell Laboratories 
## Subsequent changes by Jeff Prothero Copyright (c) 2010-2015,
## released per terms of SMLNJ-COPYRIGHT.


Comments and suggestions to: bugs@mythryl.org

PreviousUpNext