Skip to content

Instantly share code, notes, and snippets.

View mtasic85's full-sized avatar
🦁
Recruiters will be shot on sight

Marko Tasic mtasic85

🦁
Recruiters will be shot on sight
View GitHub Profile
@mtasic85
mtasic85 / dragons.c
Created August 12, 2018 14:31 — forked from gby/dragons.c
How to do a computed goto in an inline function in GCC
#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