rusefi/firmware/util/efi_quote.h

7 lines
68 B
C
Raw Normal View History

2024-05-29 14:45:41 -07:00
// efi_quote.h
#pragma once
#define Q(x) #x
#define QUOTE(x) Q(x)