The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
?tacl macro
#frame
#push zipfile
#SET zipfile [#FILEINFO /SUBVOL/ A]

unzip -a [zipfile] *.c  -x */*
== Following not required
RENAME apic     apicz
RENAME apihelpc apihelpz
RENAME timezonc timezonz

unzip -a [zipfile] *.h -x */*

unzip -aj [zipfile] tandem/*.h

unzip -aj [zipfile] tandem/*.c

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

#unframe