| 397 | } |
| 398 | |
| 399 | static int srescallb(uint32 a, uint8 last, uint8 current, void *data) |
| 400 | { |
| 401 | char tmp[14]; |
| 402 | sprintf(tmp, "$%04x:%03u:%03u",(unsigned int)a,(unsigned int)last,(unsigned int)current); |
| 403 | return(AddToList(tmp,a)); |
| 404 | } |
| 405 | |
| 406 | static void ShowRes(void) |
| 407 | { |
nothing calls this directly
no test coverage detected