This function will scan through the packTable, and for each TagItem described in a packTable entry which can be found in the tagList, the data in the TagItem's ti_Data field will be packed into the structure as described in the packTable.
INPUTS
pack
The structure to fill in.
packTable
Table describing how to pack the structure. See the include file utility/pack.h for information on the format of this table.
tagList
List of TagItems containing data.
RESULT
The number of TagItems packed.
EXAMPLE
SEE ALSO
UnpackStructureTags()
NOTES
BUGS
INTERNALS
HISTORY
20.10.1998 hkiel
Amiga Research OS
20.08.1997 digulla
Polish.
Renamed utility_intern.h to intern.h.
03.02.1997 ldp
Changed <proto/*_protos.h> to <proto/*.h>
02.02.1997 iaint
Some bug fixes, math functions and native Amiga support