MCPcopy Create free account
hub / github.com/F-Stack/f-stack / write_header

Function write_header

dpdk/buildtools/pmdinfogen.py:253–256  ·  view source on GitHub ↗
(output)

Source from the content-addressed store, hash-verified

251
252
253def write_header(output):
254 output.write(
255 "static __attribute__((unused)) const char *generator = \"%s\";\n" % sys.argv[0]
256 )
257
258
259def main():

Callers 1

mainFunction · 0.70

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected