aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/clickhouse_deps/incbin_stub/incbin.h
blob: f5fc17ea142c3372dd0b9c14bf422d461ca18f3d (plain) (blame)
1
2
3
4
5
#pragma once

#define INCBIN(name, file) \
const unsigned char * g ## name ## Data = nullptr; \
unsigned int g ## name ## Size = 0;