Skip to content

Instantly share code, notes, and snippets.

@TheKK
TheKK / main.c
Created November 20, 2014 14:46
Some sample code
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
enum Choose {
CHOOSE_HELLO = 0x01,
CHOOSE_HELL,
CHOOSE_BYE,
};
@TheKK
TheKK / script.sh
Last active August 29, 2015 14:07
Show all #define gcc created
echo | cpp -dM