MIMEtools Package Support
The loadable file mime.fth adds support for the MIMEtools
package provided with the UUtools popdown. This package is in a
very early stage of development, so these calls are not particularly
sensible at present...
MIMEtools Package Calls
- mode_uu ( -- mode )
- Constant returning encoding mode for UU-encoding.
- mode_b64 ( -- mode )
- Constant returning encoding mode for base64-encoding.
- uudecode ( in out buffer mode -- u )
- Decodes from file in (should be open for reading) to out
(should be open for writing) with specified mode, using an 81-byte temporary
buffer (PAD will do). Result u is one of: 0=success, 1=incomplete
file, 2=short line, 3=error writing output.
- uuencode ( in out buffer mode -- u )
- Encodes from file in (should be open for reading) to out
(should be open for writing) with specified mode, using an 81-byte temporary
buffer (PAD will do). Result u is one of: 0=success,
3=error writing output.
CamelForth Package Handling
More about CamelForth
Back to the Z88 home
page