File: loop.h

package info (click to toggle)
tenmado 0.8-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 2,132 kB
  • ctags: 1,170
  • sloc: ansic: 23,985; sh: 946; makefile: 348; yacc: 321; lex: 171
file content (8 lines) | stat: -rw-r--r-- 179 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
/* $Id: loop.h,v 1.3 2002/07/13 04:50:10 oohara Exp $ */

#ifndef __TENMADO_LOOP_H__
#define __TENMADO_LOOP_H__

int main_loop(int tutorial);

#endif /* not __TENMADO_LOOP_H__ */