mirror of
https://github.com/mikpe/pdp10-tools.git
synced 2026-04-20 01:23:21 +00:00
Initial import
This commit is contained in:
11
as/parse.h
Normal file
11
as/parse.h
Normal file
@@ -0,0 +1,11 @@
|
||||
/*
|
||||
* parse.h
|
||||
*/
|
||||
#ifndef PARSE_H
|
||||
#define PARSE_H
|
||||
|
||||
#include "stmt.h"
|
||||
|
||||
int parse_stmt(struct stmt *stmt);
|
||||
|
||||
#endif /* PARSE_H */
|
||||
Reference in New Issue
Block a user