| 539 | } |
| 540 | |
| 541 | static void |
| 542 | put_savefield(NHFILE *nhfp, char *obuf, size_t outbufsz UNUSED) |
| 543 | { |
| 544 | nhfp->wcount++; |
| 545 | fprintf(nhfp->fpdef, "%07ld|%s\n", nhfp->wcount, obuf); |
| 546 | fflush(nhfp->fpdef); |
| 547 | } |
| 548 | |
| 549 | /* |
| 550 | *---------------------------------------------------------------------------- |
no test coverage detected