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
Verifying my Blockstack ID is secured with the address 1EP31c4uLNXtLruEZvEKnS1dZqv8bCDfn3 https://explorer.blockstack.org/address/1EP31c4uLNXtLruEZvEKnS1dZqv8bCDfn3 |
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
#include <stdio.h> | |
#include <stdlib.h> | |
/* | |
* How to do a computed goto in an inline function. | |
* "Here be Dragons" | |
*/ | |
/* | |
* This is used to keep the compiler from |