All pastes #2074342 Raw Edit

Something

public c v1 · immutable
#2074342 ·published 2011-06-03 23:21 UTC
rendered paste body
void end_game(int level){	save_score(level);	show_highscore();#ifdef __SDL__	Mix_CloseAudio();	SDL_Quit();#endif	int foo; foo = endwin(); 	exit(foo); /* obviously not planning to leave foo here if I commit any changes */}