home *** CD-ROM | disk | FTP | other *** search
/ minnie.tuhs.org / unixen.tar / unixen / PDP-11 / Trees / V6 / usr / man / man3 / locv.3 < prev    next >
Encoding:
Text File  |  1975-06-26  |  492 b   |  24 lines

  1. .th LOCV III 3/9/74
  2. .sh NAME
  3. locv \*- long output conversion
  4. .sh SYNOPSIS
  5. .nf
  6. .ft B
  7. char *locv(hi, lo)
  8. int hi, lo;
  9. .fi
  10. .ft R
  11. .sh DESCRIPTION
  12. .it Locv
  13. converts a signed double-precision integer,
  14. whose parts are passed as arguments,
  15. to the equivalent ASCII character string
  16. and returns a pointer to that string.
  17. .sh BUGS
  18. Since
  19. .it locv
  20. returns a pointer to a static buffer containing the
  21. converted result, it cannot be used twice
  22. in the same expression;
  23. the second result overwrites the first.
  24.