void SDL_ResetAssertionReport(void)
SDL_assert(1+1 == 3); // アサーションを引き起こす printf("%p¥n", SDL_GetAssertionReport()); // NULLでない SDL_ResetAssertionReport(); printf("%p¥n", SDL_GetAssertionReport()); // NULL