edf81a19743eef841b6bb60ab019517b3397f9b1
[debian/pforth] / csrc / pf_words.h
1 /* @(#) pf_words.h 96/12/18 1.7 */\r
2 #ifndef _pforth_words_h\r
3 #define _pforth_words_h\r
4 \r
5 /***************************************************************\r
6 ** Include file for PForth Words\r
7 **\r
8 ** Author: Phil Burk\r
9 ** Copyright 1994 3DO, Phil Burk, Larry Polansky, David Rosenboom\r
10 **\r
11 ** The pForth software code is dedicated to the public domain,\r
12 ** and any third party may reproduce, distribute and modify\r
13 ** the pForth software code or any derivative works thereof\r
14 ** without any compensation or license.  The pForth software\r
15 ** code is provided on an "as is" basis without any warranty\r
16 ** of any kind, including, without limitation, the implied\r
17 ** warranties of merchantability and fitness for a particular\r
18 ** purpose and their equivalents under the laws of any jurisdiction.\r
19 **\r
20 ***************************************************************/\r
21 \r
22 #ifdef __cplusplus\r
23 extern "C" {\r
24 #endif\r
25 \r
26 void ffDot( cell_t n );\r
27 void ffDotHex( cell_t n );\r
28 void ffDotS( void );\r
29 cell_t ffSkip( char *AddrIn, cell_t Cnt, char c, char **AddrOut );\r
30 cell_t ffScan( char *AddrIn, cell_t Cnt, char c, char **AddrOut );\r
31 \r
32 #ifdef __cplusplus\r
33 }   \r
34 #endif\r
35 \r
36 #endif /* _pforth_words_h */\r