ヤルキデナイズド

Unclassified Articles on Software and IT

C でコンパイル時にファイルを読み込み文字列化する

#define _(x) #x

char *c = _(
#include "file"
);