Codebase list tenmado / fresh-snapshots/main esc-ok.h
fresh-snapshots/main

Tree @fresh-snapshots/main (Download .tar.gz)

esc-ok.h @fresh-snapshots/mainraw · history · blame

1
2
3
4
5
6
7
8
9
/* $Id: esc-ok.h,v 1.2 2002/07/13 05:00:03 oohara Exp $ */

#ifndef __TENMADO_ESC_OK_H__
#define __TENMADO_ESC_OK_H__

void set_esc_ok(int n);
int get_esc_ok(void);

#endif /* not __TENMADO_ESC_OK_H__ */