ack/util/opt/backward.h
2015-06-24 23:41:47 +01:00

11 lines
301 B
C

/*
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
#ifndef UTIL_OPT_BACKWARD_H
#define UTIL_OPT_BACKWARD_H
/* util/opt/backward.c */
void backward(void);
#endif /* UTIL_OPT_BACKWARD_H */