(x, y, mod)
| 2821 | } |
| 2822 | |
| 2823 | int |
| 2824 | Gem_nh_poskey(x, y, mod) |
| 2825 | int *x, *y, *mod; |
| 2826 | { |
| 2827 | mar_update_value(); |
| 2828 | return (mar_nh_poskey(x, y, mod)); |
| 2829 | } |
| 2830 | |
| 2831 | void |
| 2832 | Gem_delay_output() |
nothing calls this directly
no test coverage detected