Splint
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Compression |extensions={{ext|spl}}, {{ext|sp}} |released=1989 }} '''Splint''' is a file compression utility, and associated file f...") |
Latest revision as of 14:28, 7 August 2021
Splint is a file compression utility, and associated file format, developed by Kenji Rikitake and Naoshi Wakatabe.
[edit] Identifiers
DOS versions of Splint use file extension .spl. Unix versions append .sp to the original filename.
[edit] Identification
Files begin with signature bytes 0x93 0xb9
. The next byte, named "STYLE_ID" in the source code, is always 0x06
in Splint v2.1.
[edit] Software
- Splint v2.1 (beta) (source code + DOS binary)