rusefi/firmware/util/efi_quote.h

5 lines
52 B
C

#pragma once
#define Q(x) #x
#define QUOTE(x) Q(x)