Skip to content

Instantly share code, notes, and snippets.

View Sebbyastian's full-sized avatar

Sebastian Ramadan Sebbyastian

View GitHub Profile
@Sebbyastian
Sebbyastian / looks_like_fun.c
Last active August 27, 2017 10:58 — forked from pastagatsan/gist:1d56eb280e3aa05b8572
Nice, very nice... Looks like fun to me :)
typedef struct
{
size_t size;
void** list;
} List;
int add(List** li, void* obj)
{
List* list = *li ? *li : malloc(sizeof *list);
if (list == NULL) {
/*****************
* bossFight.js *
*****************
*
* NO FARTHER, DR. EVAL!!!!
* YOU WILL NOT GET OUT OF HERE ALIVE!!!!
* IT'S TIME YOU SEE MY TRUE FORM!!!!
* FACE MY ROBOT WRATH!!!!!
*/