Skip to content

Instantly share code, notes, and snippets.

View LAK132's full-sized avatar
😭

raven LAK132

😭
View GitHub Profile
#ifndef __cplusplus
# define decltype typeof
# include <stdbool.h>
#endif
#include <assert.h>
#include <stdlib.h>
#include <stdio.h>
#define TOKEN_CONCAT_EX(x, y) x##y
#define TOKEN_CONCAT(x, y) TOKEN_CONCAT_EX(x, y)