puter/experiments/x86emu/sandbox/sound.c

3 lines
111 B
C
Raw Normal View History

2024-04-02 15:25:21 +00:00
// Compile and pipe into aplay in emu for sound check
main(i){for(i=0;;++i)putchar((i+(i>>2)|(i>>8)|(i>>6)));}