MCPcopy Create free account
hub / github.com/Meridian59/Meridian59 / codegen_header

Function codegen_header

blakcomp/codegen.c:34–41  ·  view source on GitHub ↗

/ * codegen_header: Write out header stuff before class info. */

Source from the content-addressed store, hash-verified

32 * codegen_header: Write out header stuff before class info.
33 */
34void codegen_header(void)
35{
36 int i;
37 for (i=0; i < 4; i++)
38 OutputByte(outfile, bof_magic[i]);
39
40 OutputInt(outfile, BOF_VERSION);
41}
42/************************************************************************/
43/*
44 * codegen_classes: Generate code for all classes.

Callers 1

codegenFunction · 0.85

Calls 2

OutputByteFunction · 0.85
OutputIntFunction · 0.85

Tested by

no test coverage detected