Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Every time you visit for the FIRST TIME today... [Part 1]

Name: Anonymous 2013-10-20 22:56

Post a random function that you made. May be from any project you've done or make one impromptu.

Any QUALITY is allowed. No bullying!

Name: Anonymous 2013-12-12 10:16

A cute little noise maker


#include <stdio.h>

int main(int argc, char** argv) {
int byte;
for(;; byte++) {
fputc(byte << (byte >> (byte >> 7)), stdout);
}
}


I was trying to rewrite one I had found on /prog/ or was it /jp/? If you recognize it, could you post the original?

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List