Ignore:
Timestamp:
Oct 13, 2001, 7:57:58 PM (24 years ago)
Author:
umoeller
Message:

Lots of updates from the last week for conditional compiles and other stuff.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/helpers/datetime.c

    r90 r108  
    147147
    148148int dtCreateFileTimeStamp(PSZ pszTimeStamp,      // out: time stamp
    149                             FDATE* pfdate,         // in: date
    150                             FTIME* pftime)         // in: time
     149                          FDATE* pfdate,         // in: date
     150                          FTIME* pftime)         // in: time
    151151{
    152152    return (sprintf(pszTimeStamp,
     
    230230 *      returns TRUE if yr is a leap year.
    231231 *
    232  *      (c) Ray Gardner.
     232 *      (c) Ray Gardner. Public domain.
    233233 */
    234234
     
    260260 *      you then get 63.
    261261 *
    262  *      (c) Ray Gardner.
     262 *      (c) Ray Gardner. Public domain.
    263263 */
    264264
     
    272272 *      converts a year to the no. of days passed.
    273273 *
    274  *      (c) Ray Gardner.
     274 *      (c) Ray Gardner. Public domain.
    275275 */
    276276
     
    288288 *      the given date.
    289289 *
    290  *      (c) Ray Gardner.
     290 *      (c) Ray Gardner. Public domain.
    291291 */
    292292
     
    308308 *
    309309 *
    310  *      (c) Ray Gardner.
     310 *      (c) Ray Gardner. Public domain.
    311311 */
    312312
Note: See TracChangeset for help on using the changeset viewer.