mirror of
https://github.com/mikpe/pdp10-tools.git
synced 2026-01-13 15:27:35 +00:00
12 lines
152 B
C
12 lines
152 B
C
/*
|
|
* input.h
|
|
*/
|
|
#ifndef INPUT_H
|
|
#define INPUT_H
|
|
|
|
#include "tunit.h"
|
|
|
|
int input(char **files, int nrfiles, struct tunit *tunit);
|
|
|
|
#endif /* INPUT_H */
|