This file is indexed.

/usr/share/z88dk/lib/clibs/README is in z88dk-data 1.8.ds1-10.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
All the libraries are in here, to keep them separate from the header files i
(just makes my life easier, here's what they all are!)

Z88 Libraries:

farz88.lib	  Far access library for the z88
gfx.lib           Graphics lib for BASIC compiles
gfxapp.lib        Graphics lib for Z88 application compiles
z88_math.lib      Z88 Maths Routines
net.lib		  Stubs for the ZSock package (forthcoming)
z88.lib		  z88 specific functions (mailboxing etc)
z88_clib.lib      The important one, contains all the other lib functions

Generic Libraries:

adt.lib           Abstract Data Types (linked list, heap, etc)
balloc.lib        Block Memory Allocator
gen_math.lib      Generic Maths Library (suitable for all z80 machines)
im2.lib           Interrupt Mode 2 Library
malloc.lib        Near Malloc Routines
z80_crt0.lib	  Startup routines common to all z80 machines

Other machine libraries:

zx_clib.lib	  Spectrum C library (64/32 column printing)
zxan_clib.lib	  Spectrum C library (vt100/ANSI printing)

nc_clib.lib	  Amstrad NC100 C library
vz_clib.lib	  VZ200/300 library

etc etc