mirror of
https://github.com/Mercury-Language/mercury.git
synced 2025-12-20 00:15:27 +00:00
12 lines
273 B
C
12 lines
273 B
C
/*
|
|
** Copyright (C) 1995 University of Melbourne.
|
|
** This file may only be copied under the terms of the GNU Library General
|
|
** Public License - see the file COPYING.LIB in the Mercury distribution.
|
|
*/
|
|
#ifndef IO_H
|
|
#define IO_H
|
|
|
|
extern void mercury_init_io(void);
|
|
|
|
#endif
|