File: bkTime.h

package info (click to toggle)
isomaster 1.3.13-1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster, stretch
  • size: 2,872 kB
  • ctags: 826
  • sloc: ansic: 11,238; makefile: 172; sh: 99; python: 11
file content (3 lines) | stat: -rw-r--r-- 177 bytes parent folder | download | duplicates (5)
1
2
3
void epochToLongString(time_t epoch, char* longString);
void epochToShortString(time_t epoch, char* shortString);
void longStringToEpoch(const char* longString, time_t* epoch);