lccrt/tools/lcbe/include/internal/lcbe_real.h

16 lines
371 B
C

/**
* Part of the Lccrt Project, under the Apache License v2.0
* See http://www.apache.org/licenses/LICENSE-2.0.txt for license information.
* SPDX-License-Identifier: Apache-2.0
*/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include <ctype.h>
#include "lccrt.h"
extern int lcbe_emit_c( lccrt_module_ptr m, const char *c_name);