18 lines
328 B
C
18 lines
328 B
C
|
/* Copyright (c) 2019 ACK Project.
|
||
|
* See the copyright notice in the ACK home directory,
|
||
|
* in the file "Copyright".
|
||
|
*
|
||
|
* Created on: 2019-04-07
|
||
|
*
|
||
|
*/
|
||
|
#ifndef GETLINE_H_
|
||
|
#define GETLINE_H_
|
||
|
|
||
|
#include "types.h"
|
||
|
|
||
|
void getlines(void);
|
||
|
offset aoff(register arg_p ap, int n);
|
||
|
short readshort(void);
|
||
|
|
||
|
#endif /* GETLINE_H_ */
|