Skip to content

Instantly share code, notes, and snippets.

@loxygenK
Created April 6, 2021 02:08
Show Gist options
  • Save loxygenK/e6e339dc94d0f0d8d9e0263bbb96f1aa to your computer and use it in GitHub Desktop.
Save loxygenK/e6e339dc94d0f0d8d9e0263bbb96f1aa to your computer and use it in GitHub Desktop.
無を領域展開
#include <stdio.h>
#include <stdlib.h>
#define 領域展開 malloc
#define 領域.zip free
int main() {
int *hoge = 領域展開(0);
領域zip(hoge);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment