diff options
author | Martin Mares <mj@ucw.cz> | 2000-06-05 13:46:40 +0200 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2000-06-05 13:46:40 +0200 |
commit | 10304bed435034cf8432b1c6262f7e7f0d84d49c (patch) | |
tree | 471236b143caba0d839237b795f4dfd514b0298c /sysdep/unix/Modules | |
parent | 5cc1e1f805934952f38ceb2ca6947c6d2e704937 (diff) | |
download | bird-10304bed435034cf8432b1c6262f7e7f0d84d49c.tar bird-10304bed435034cf8432b1c6262f7e7f0d84d49c.zip |
Split random number functions off io.c, so that they can be documented
separately.
Diffstat (limited to 'sysdep/unix/Modules')
-rw-r--r-- | sysdep/unix/Modules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdep/unix/Modules b/sysdep/unix/Modules index 017623e..2666f9d 100644 --- a/sysdep/unix/Modules +++ b/sysdep/unix/Modules @@ -5,6 +5,7 @@ io.c unix.h endian.h config.Y +random.c krt.c krt.h |