Sign in
◑
Theme
chromium
/
external
/
github.com
/
mesonbuild
/
meson
/
refs/heads/upstream/fixboostpython
/
.
/
test cases
/
common
/
22 object extraction
/
create-source.py
blob: d2e8e8b8347e5c9e39cace2de6abb848bf1965a8 [
file
] [
edit
]
#! /usr/bin/env python3
import
sys
print
(
f
'#include "{sys.argv[1]}"'
)