?tacl macro
#frame
#push zipfile
#SET zipfile ZIP23

unzip -a [zipfile] *.c  -x */*
== Following not required
RENAME apic    apicz
RENAME mktimec mktimecz   == use Tandem mktime()

unzip -a [zipfile] *.h -x */*
== Following not required
RENAME apih    apizh

unzip -aj [zipfile] tandem/*.h

unzip -aj [zipfile] tandem/*.c

unzip -aj [zipfile] tandem/* -x tandem/*.*

#unframe
