-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathas.h
More file actions
17 lines (14 loc) · 762 Bytes
/
as.h
File metadata and controls
17 lines (14 loc) · 762 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef _AS_H
#define _AS_H
/* as.h */
/*****************************************************************************/
/* SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only */
/* */
/* AS-Portierung */
/* */
/* Hauptmodul */
/* */
/*****************************************************************************/
extern char *GetErrorPos(void);
extern void WriteCode(void);
#endif /* _AS_H */