rusefi/firmware/util/efi_quote.h

5 lines
52 B
C
Raw Normal View History

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