/* Generate a rough sine wave in one line of int code. ./goertzel|aplay */ main(s,t,u){for(t=32;u=s,1+putchar(128+(s+=s-t-s/8));t=u);}