1SNOLIB(3)                  Library Functions Manual                  SNOLIB(3)
2
3
4

NAME

6       snolib - SNOBOL4 library routines
7

SYNOPSIS

9       -INCLUDE 'filename.sno'
10

DESCRIPTION

12       The   following   snobol4(1)   library   routines   are   installed  in
13       /usr/local/lib/snobol4 (the default path for -INCLUDE);
14
15
16       bq.sno run a program in a  subprocess  and  capture  all  output,  like
17              shell/Perl backquote construct.
18
19
20       chars.sno
21              defines  a variable for each non-printing character in the local
22              character set.
23
24
25       dynamic.sno
26              functions to compile and link dynamicly LOADable extensions.
27
28
29       fence.sno, not.sno, unique.sno
30              Emulation of SPITBOL FENCE() and  NOT()  functions,  and  unique
31              variable creation support routine, thanks to Peter-Arno Coppen.
32
33
34       host.sno
35              Function codes for HOST() function.
36
37
38       logic.sno
39              Prototypes  for  Catspaw  Macro SPITBOL compatible LOGIC() func‐
40              tion.
41
42
43       ndbm.sno
44              Prototypes and values for SNOBOL4 NDBM Database Access routines,
45              see snobol4dbm(3).
46
47
48       serv.sno
49              Example TCP server program.
50
51
52       smtp.sno
53              Example code to send mail via TCP/SMTP.
54
55
56       snobol4+.sno
57              SNOBOL4+  emulation functions: ENVIRONMENT(), EXECUTE(), TELL(),
58              SEEK().
59
60
61       spitbol.sno
62              SPITBOL emulation functions (no unit numbers) INPUT(), OUTPUT(),
63              ENDFILE(), REWIND().
64
65
66       stcl.sno
67              Prototypes  and values for EXPERIMENTAL SNOBOL4 Tcl/Tk routines,
68              see snobol4tcl(3).
69
70
71       tcp.sno
72              TCP connection routines, used by the URL library (below)
73
74
75       url.sno, file.sno, ftp.sno, http.sno
76              Internet URL file  reading  support  (for  file,  ftp  and  http
77              URL's).
78
79
80       utf.sno
81              Experimental routines for handling UTF encoded (Unicode) data.
82
83
84       wrapper.sno
85              Routines  for  creating  C  code  wrappers for dynamicly loading
86              code.
87
88

SEE ALSO

90       snobol4(1), snobol4dbm(3), snobol4tcl(3).
91
92

AUTHOR

94       Philip Budne
95       Peter-Arno Coppen
96
97

BUGS

99       This man page should describe how to use the routines, but for now just
100       tells you the files exist (which is better than nothing).
101
102
103
104Local                             08 Dec 2005                        SNOLIB(3)
Impressum