VirtualBox

Changeset 19542 in vbox


Ignore:
Timestamp:
May 8, 2009 8:10:46 PM (16 years ago)
Author:
vboxsync
Message:

iprt/time.h: Added missing RTTimeIsLeapYear prototype.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/time.h

    r13926 r19542  
    707707
    708708/**
     709 * Checks if a year is a leap year or not.
     710 *
     711 * @returns true if it's a leap year.
     712 * @returns false if it's a common year.
     713 * @param   i32Year     The year in question.
     714 */
     715RTDECL(bool) RTTimeIsLeapYear(int32_t i32Year);
     716
     717/**
    709718 * Gets the current nanosecond timestamp.
    710719 *
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette