File: _guide.h

package info (click to toggle)
gambc 4.2.8-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 54,404 kB
  • ctags: 10,660
  • sloc: ansic: 661,388; lisp: 143,554; sh: 3,531; makefile: 3,320; cpp: 2,143; perl: 1,730; sed: 498; java: 265
file content (26 lines) | stat: -rw-r--r-- 655 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/* File: "_guide.h", Time-stamp: <2007-09-12 00:15:35 feeley> */

/* Copyright (c) 1994-2007 by Marc Feeley, All Rights Reserved. */

#ifndef ____GUIDE_H
#define ____GUIDE_H

/*---------------------------------------------------------------------------*/

#define ___VERSION 400001
#include "gambit.h"

#include <qstring.h>

/*---------------------------------------------------------------------------*/

void GuideUiScheme_typed_text (___SCMOBJ repl, QString text);
void GuideUiScheme_typed_eof (___SCMOBJ repl);

/*---------------------------------------------------------------------------*/

#endif

/* Local Variables: */
/* mode: C++ */
/* End: */