home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / snpd9707.zip / STRFTIME.H < prev    next >
Text File  |  1997-07-05  |  268b  |  11 lines

  1. .I 0 1
  2. /* +++Date last modified: 05-Jul-1997 */
  3. .D 1 1
  4. .I 4 3
  5. **
  6. **  Note: To avoid name collision with newer compilers, the function name
  7. **        strftime_() is used.
  8. .I 12 1
  9. size_t strftime_(char *s, size_t maxs, const char *f, const struct tm *t);
  10. .D 13 1
  11.