summaryrefslogtreecommitdiffstats
path: root/src/code-generation.h
blob: ce124900c882c248d87ed48e012f950fc231569d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#ifndef CCMMC_HEADER_CODE_GENERATION_H
#define CCMMC_HEADER_CODE_GENERATION_H

#include "state.h"

#include <stdio.h>

void             ccmmc_code_generation              (CcmmcState *state);

#endif
// vim: set sw=4 ts=4 sts=4 et: