(C) 1998 AROS - The Amiga Research OS
NAME
#include <stdio.h>
#include <aros/bigendianio.h>
#include <proto/alib.h>
BOOL WriteString ()
SYNOPSIS
struct Hook * hook
STRPTR data
void * stream
FUNCTION
Writes one big endian string to a streamhook.
INPUTS
hook
Write to this streamhook
data
Data to be written
stream
Stream passed to streamhook
RESULT
The function returns TRUE on success and FALSE otherwise. See IoErr() for the reason in case of an error.
EXAMPLE
SEE ALSO
ReadByte(), ReadWord(), ReadLong(), ReadFloat(), ReadDouble(), ReadString(), ReadStruct(), WriteByte(), WriteWord(), WriteLong(), WriteFloat(), WriteDouble(), WriteString(), WriteStruct()
NOTES
This function writes big endian values to a file even on little endian machines.
BUGS
INTERNALS
HISTORY
20.10.1998 hkiel
Amiga Research OS
27.03.1997 ldp
libaros.a -> libarossupport.a