Mercurial > hg > octave-jordi > gnulib-hg
annotate lib/ldtoastr.c @ 13875:ae9b5d5d4e18
ftoastr: new module, for lossless conversion of floats to short strings
* lib/ftoastr.h, lib/ftoastr.c, lib/dtoastr.c, lib/ldtoastr.c:
* modules/ftoastr: New files.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Wed, 17 Nov 2010 12:58:53 -0800 |
parents | |
children |
rev | line source |
---|---|
13875
ae9b5d5d4e18
ftoastr: new module, for lossless conversion of floats to short strings
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff
changeset
|
1 #define LENGTH 3 |
ae9b5d5d4e18
ftoastr: new module, for lossless conversion of floats to short strings
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff
changeset
|
2 #include "ftoastr.c" |