(C) 1998 AROS - The Amiga Research OS


NAME
#include <stdio.h>
#include <aros/bigendianio.h>
#include <proto/alib.h>

void FreeStruct ()

SYNOPSIS
APTR data
const IPTR * sd

FUNCTION
Free a structure which was created by ReadStruct().

INPUTS
data
This was returned by ReadStruct() in the dataptr parameter.
non
NULL.
sd
Description of the structure to be read. The first element is the size of the structure.

RESULT
None.

EXAMPLE
See ReadStruct()
SEE ALSO
Open(), Close(), ReadByte(), ReadWord(), ReadLong(), ReadFloat(), ReadString(), ReadStruct(), WriteByte(), WriteWord(), WriteLong(), WriteFloat(), WriteDouble(), WriteString(), WriteStruct()

NOTES

BUGS

INTERNALS

HISTORY
20.10.1998 hkiel
Amiga Research OS
27.03.1997 ldp
libaros.a -> libarossupport.a