rusefi/firmware/util/efi_quote.h

7 lines
68 B
C

// efi_quote.h
#pragma once
#define Q(x) #x
#define QUOTE(x) Q(x)