| 572 | return (**c) != 0; |
| 573 | } |
| 574 | static int more_params2(TCHAR **c) |
| 575 | { |
| 576 | return (**c) != 0; |
| 577 | } |
| 578 | |
| 579 | static uae_u32 readint(TCHAR **c, bool *err); |
| 580 | static uae_u32 readbin(TCHAR **c, bool *err); |
no outgoing calls
no test coverage detected