mirror of
https://github.com/ksherlock/minix.fst.git
synced 2025-01-01 09:30:03 +00:00
13 lines
96 B
Plaintext
13 lines
96 B
Plaintext
|
|
||
|
case on
|
||
|
|
||
|
include 'records.equ'
|
||
|
|
||
|
data record
|
||
|
|
||
|
export target
|
||
|
target ds GSString32
|
||
|
|
||
|
endr
|
||
|
|
||
|
end
|