Mercurial > hg > octave-lyh
diff src/file-io.cc @ 3238:041ea33fbbf4
[project @ 1999-03-26 17:48:16 by jwe]
author | jwe |
---|---|
date | Fri, 26 Mar 1999 17:48:35 +0000 |
parents | 44d82b369c78 |
children | dd00769643ae |
line wrap: on
line diff
--- a/src/file-io.cc +++ b/src/file-io.cc @@ -935,7 +935,9 @@ float, float32, real*4 -- single precision float\n\ double, float64, real*8 -- double precision float\n\ int16, integer*2 -- two byte integer\n\ + uint16 -- two byte unsigned integer\n\ int32, integer*4 -- four byte integer\n\ + uint32 -- four byte unsigned integer\n\ \n\ SKIP : number of bytes to skip after each element is read\n\ (default is 0)\n\ @@ -1067,7 +1069,9 @@ float, float32, real*4 -- single precision float\n\ double, float64, real*8 -- double precision float\n\ int16, integer*2 -- two byte integer\n\ + uint16 -- two byte unsigned integer\n\ int32, integer*4 -- four byte integer\n\ + uint32 -- four byte unsigned integer\n\ \n\ SKIP : number of bytes to skip before each element is written\n\ (the default is 0)\n\