elf: Add missing argument in 'elf-segment'.
[bpt/guile.git] / module / ice-9 / README
CommitLineData
9eee1d6c
TTN
1This directory contains various bits of Guile Scheme code.
2Most of these are packaged as modules, with foo.scm implementing
3the module `(ice-9 foo)'.
4
5The non-module files are:
6
7boot-9.scm -- loaded on guile startup
8 implements module system + lots of other stuff
9arrays.scm -- loaded by boot-9.scm
10networking.scm -- loaded by boot-9.scm
11posix.scm -- loaded by boot-9.scm
12r4rs.scm -- loaded by boot-9.scm