rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
efi_quote.h
Go to the documentation of this file.
1// efi_quote.h
2
3#pragma once
4
5#define Q(x) #x
6#define QUOTE(x) Q(x)