Quelltext /~heha/hs/gputils64-210929.zip/gpasm/scan.h

/* Definitions for functions exported by the lexical analyser
   Copyright 1998-2005	James Bowman, Craig Franklin
*/

#pragma once
#include "stdhdr.h"

EXTERN_C int yylex_destroy(void);

EXTERN_C void open_src(const char *Name, bool Is_include);
EXTERN_C void close_file(void);
EXTERN_C void execute_exitm(void);
EXTERN_C void execute_macro(struct macro_head *Head, bool Is_while);
EXTERN_C bool found_end(void);

extern bool force_ident;
extern bool force_decimal;

Vorgefundene Kodierung: UTF-80