cvs commit: src/lib/libc/gen frexp.3

David Schultz das at FreeBSD.org
Sun Jan 23 08:49:41 PST 2005


das         2005-01-23 16:49:40 UTC

  FreeBSD src repository

  Modified files:
    lib/libc/gen         frexp.3 
  Log:
  - Document frexpf().
  - Neither frexp() nor frexpf() set errno.
  - Although frexp() is in libc for backwards compatibility, frexpf() is
    in its proper place in libm.  Document both as being in libm.
  - The frexp() and frexpf() functions conform to C99.
  
  Revision  Changes    Path
  1.11      +13 -9     src/lib/libc/gen/frexp.3


More information about the cvs-src mailing list