mirror of
https://github.com/mikpe/pdp10-tools.git
synced 2026-04-17 16:43:07 +00:00
10 lines
106 B
C
10 lines
106 B
C
/*
|
|
* pass1.h
|
|
*/
|
|
#ifndef PASS1_H
|
|
#define PASS1_H
|
|
|
|
int pass1(const char *filename);
|
|
|
|
#endif /* PASS1_H */
|