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

  1. .I 0 1
  2. /* +++Date last modified: 05-Jul-1997 */
  3. .D 1 1
  4. .I 39 2
  5. char *tzname_[2] = {"CST", "CDT"};        /* Add your own defaults here */
  6.  
  7. .I 45 4
  8.  * size_t strftime_(char *str,
  9.  *                  size_t maxs,
  10.  *                  const char *fmt,
  11.  *                  const struct tm *t)
  12. .D 46 4
  13. .I 103 1
  14.  *      strftime_() returns the number of characters placed in the
  15. .D 104 1
  16. .I 109 1
  17. size_t strftime_(char *s, size_t maxs, const char *f, const struct tm *t)
  18. .D 110 1
  19. .D 320 1
  20.