| 388 | |
| 389 | #if 0 |
| 390 | void |
| 391 | exportascii_sfo_char(NHFILE *nhfp, xint8 *d_xint8, const char *myname UNUSED, int cnt) |
| 392 | { |
| 393 | short tmp; |
| 394 | |
| 395 | tmp = (int) *d_xint8; |
| 396 | Sprintf(outbuf, "%d", tmp); |
| 397 | put_savefield(nhfp, outbuf, sizeof outbuf); |
| 398 | d_xint8++; |
| 399 | } |
| 400 | #endif |
| 401 | |
| 402 | void |
no test coverage detected