boot2
Playing with the boostrap
git clone
https://git.ryansepassi.com/git/boot2.git
Log
|
Files
|
Refs
|
README
005-variadic.c (53B)
1
#define LOG(fmt, ...) fmt __VA_ARGS__
2
LOG("x", 1, 2)