| 364 | } |
| 365 | |
| 366 | void |
| 367 | exportascii_sfo_time_t(NHFILE *nhfp, time_t *d_time_t, const char *myname UNUSED) |
| 368 | { |
| 369 | Sprintf(outbuf, "%s", yyyymmddhhmmss(*d_time_t)); |
| 370 | put_savefield(nhfp, outbuf, sizeof outbuf); |
| 371 | } |
| 372 | void |
| 373 | exportascii_sfo_xint8(NHFILE *nhfp, int8 *d_int8, const char *myname UNUSED) |
| 374 | { |
nothing calls this directly
no test coverage detected