[][src]Function avr_libc::iso_week_date

pub unsafe extern "C" fn iso_week_date(year: i16, yday: i16) -> *mut week_date

Return a week_date structure with the ISO_8601 week based date corresponding to the given year and day of year. See http://en.wikipedia.org/wiki/ISO_week_date for more information.