This website requires JavaScript.
Explore
Help
Sign In
andreika-git
/
rusefi
mirror of
https://github.com/andreika-git/rusefi.git
Watch
1
Star
0
Fork
You've already forked rusefi
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
df198770dd
rusefi
/
firmware
/
util
/
efi_quote.h
7 lines
68 B
C
Raw
Normal View
History
Unescape
Escape
time for VCS_VERSION to go
2024-05-29 14:45:41 -07:00
// efi_quote.h
custom FW repos code generation process #5817 preparation
2023-12-19 12:25:14 -08:00
#
pragma once
#
define Q(x) #x
#
define QUOTE(x) Q(x)