| 326 | } |
| 327 | |
| 328 | extern "C" int sscanf(const char* _str, const char* _format, ...) |
| 329 | { |
| 330 | BX_UNUSED(_str, _format); |
| 331 | return -1; |
| 332 | } |
| 333 | |
| 334 | extern "C" int fscanf(FILE* _stream, const char* _format, ...) |
| 335 | { |
no outgoing calls
no test coverage detected