zero out the artifact existence list */
| 108 | |
| 109 | /* zero out the artifact existence list */ |
| 110 | void |
| 111 | init_artifacts(void) |
| 112 | { |
| 113 | (void) memset((genericptr_t) artiexist, 0, sizeof artiexist); |
| 114 | (void) memset((genericptr_t) artidisco, 0, sizeof artidisco); |
| 115 | hack_artifacts(); |
| 116 | } |
| 117 | |
| 118 | void |
| 119 | save_artifacts(NHFILE *nhfp) |
no test coverage detected