_NAME_ getSecondsSince1996FromDay1996 _PROTOTYPE_ uint32 getSecondsSince1996FromDay1996(int day1996); _SHORT-DESCRIPTION_ Get the number of seconds since 1996 from the day-of-1996 _DESCRIPTION_ getSecondsSince1996FromDay1996 returns the seconds since 1996 corresponding to the zeroth second of the day day1996. Be aware that day1996 = 1 is defined as 1/1/96. _SHORT-CODE-SAMPLE_ uint32 secondsSince1996; int day1996 = 761; _ secondsSince1996 = getSecondsSince1996FromDay1996(day1996); printf("secondsSince1996 = %d\n", secondsSince1996); _INPUT_ * day1996 is the day-of-1996 of interest. _OUTPUT_ * A long, unsigned int, the number of seconds since 1996 (which corresponds to the values of the spacecraft clock's time stamps on all data.