| 319 | |
| 320 | #if 0 |
| 321 | void |
| 322 | exportascii_sfo_int32(NHFILE *nhfp, int *d_int, const char *myname UNUSED) |
| 323 | { |
| 324 | Sprintf(outbuf, "%d", *d_int); |
| 325 | put_savefield(nhfp, outbuf, sizeof outbuf); |
| 326 | d_int++; |
| 327 | } |
| 328 | #endif |
| 329 | |
| 330 | void |
nothing calls this directly
no test coverage detected