This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* C version loosely based on jasonfriday2.s | |
* | |
* Compile on almost any computer using | |
* gcc -O3 -std=c99 -o jasonfriday jasonfriday2.c | |
* | |
* Henrik Nordstrom <henrik@henriknordstrom.net> (github user hno) | |
* January 17, 2017 | |
*/ | |
#include <stdio.h> | |
#include <stdlib.h> |