home *** CD-ROM | disk | FTP | other *** search
- edlib v1.1 Copyright 1989 Edwin Hoogerbeets
-
- Notes:
-
- This code is freely redistributable as long as no charge other than
- reasonable copying fees are levied for it.
-
- Some time ago, I noticed a distinct lack of certain functions in the Manx
- C libraries. Undaunted, I wrote them. Since then, I have written some
- other routines, and included other people's routines. Here they are!
-
- The function strtod returns a IEEE double. If you would like to use this
- routine, you must compile your code with the +fi flag to cc to use IEEE
- floats instead of ffp floats.
-
- I would like to thank Daniel J. Barrett and Richard A. O'Keefe for some
- of these routines. Also, I would like to thank Rob Peck for the
- example in his book of how to get the current working directory.
-
- Files:
-
- The edlib distribution should contain the following files:
-
- ReadMe rwed 5278 7 21-Mar-89 02:28:15
- barrett.doc rwed 4188 9 23-Jun-88 20:38:16
- basename.c rwed 314 1 18-Mar-89 21:32:18
- bintoint.c rwed 507 1 10-Mar-89 13:30:46
- chdir.c rwed 615 2 20-Mar-89 00:08:50
- dectoint.c rwed 524 2 10-Mar-89 13:30:50
- ed.lib rwed 13164 26 21-Mar-89 02:22:51
- ed32.lib rwed 13308 26 21-Mar-89 02:09:35
- edlib.h rwed 2608 6 21-Mar-89 02:00:06
- filetype.c rwed 844 2 20-Mar-89 01:17:04
- getcwd.c rwed 1800 4 19-Mar-89 20:56:38
- getopt.c rwed 2158 5 10-Mar-89 13:30:56
- hextoint.c rwed 527 2 10-Mar-89 13:31:00
- isbdigit.c rwed 391 1 10-Mar-89 13:31:04
- iscsym.c rwed 443 1 10-Mar-89 13:31:08
- iscsymf.c rwed 454 1 10-Mar-89 13:31:10
- isodigit.c rwed 425 1 10-Mar-89 13:31:14
- makefile rwed 811 2 21-Mar-89 02:24:50
- man rwed [dir] 25-Mar-89 16:27:29
- stolower.c rwed 442 1 10-Mar-89 13:31:18
- stoupper.c rwed 442 1 10-Mar-89 13:31:20
- strcspn.c rwed 469 1 10-Mar-89 13:31:24
- strdup.c rwed 434 1 20-Mar-89 02:03:10
- stricmp.c rwed 531 2 10-Mar-89 13:31:26
- strnicmp.c rwed 573 2 10-Mar-89 13:31:32
- strpbrk.c rwed 448 1 10-Mar-89 13:31:36
- strpos.c rwed 632 2 10-Mar-89 13:31:40
- strrpbrk.c rwed 494 1 10-Mar-89 13:31:44
- strrpos.c rwed 641 2 10-Mar-89 13:31:48
- strspn.c rwed 460 1 10-Mar-89 13:31:52
- strtod.c rwed 5055 10 20-Mar-89 02:09:04
- strtok.c rwed 906 2 10-Mar-89 13:31:56
- test.c rwed 2858 6 20-Mar-89 02:20:30
- toint.c rwed 671 2 10-Mar-89 13:32:06
- directory of dh0:usr/local/src/edlib/1.1/man
- BaseName rwed 803 2 24-Mar-89 16:02:20
- BinToInt rwed 702 2 24-Mar-89 16:02:20
- ChDir rwed 977 2 24-Mar-89 16:02:22
- DecToInt rwed 708 2 24-Mar-89 16:02:22
- FileType rwed 752 2 24-Mar-89 16:02:22
- GetCWD rwed 1160 3 24-Mar-89 16:02:22
- GetOpt rwed 3728 8 24-Mar-89 16:02:22
- HexToInt rwed 724 2 24-Mar-89 16:02:22
- IsBDigit rwed 447 1 24-Mar-89 16:02:24
- IsCSym rwed 969 2 24-Mar-89 16:02:24
- IsCSymF rwed 1020 2 24-Mar-89 16:02:24
- IsDir rwed 486 1 24-Mar-89 16:02:24
- IsFile rwed 491 1 24-Mar-89 16:02:24
- IsODigit rwed 440 1 24-Mar-89 16:02:26
- SToLower rwed 482 1 24-Mar-89 16:02:26
- SToUpper rwed 481 1 24-Mar-89 16:02:26
- StrCSPN rwed 866 2 24-Mar-89 16:02:26
- StrDup rwed 576 2 24-Mar-89 16:02:28
- StrICmp rwed 828 2 24-Mar-89 16:02:28
- StrNICmp rwed 901 2 24-Mar-89 16:02:28
- StrPBrk rwed 895 2 24-Mar-89 16:02:28
- StrPos rwed 827 2 24-Mar-89 16:02:28
- StrRPBrk rwed 958 2 24-Mar-89 16:02:28
- StrRPos rwed 772 2 24-Mar-89 16:02:28
- StrSPN rwed 899 2 24-Mar-89 16:02:30
- StrToD rwed 1869 4 24-Mar-89 16:02:26
- StrTok rwed 1605 4 24-Mar-89 16:02:30
- ToInt rwed 622 2 24-Mar-89 16:02:30
- 257 Blocks, 89403 Bytes used in 62 files
-
- Revision History:
-
- 1.1: March 1989
- - fixed a bug in strnicmp. Thanks to Richard Sexton for pointing this
- out and suggesting a fix
- - added basename, chdir, getcwd, filetype, isdir, isfile, strdup
- and strtod
- - added register declarations where possible
-
- 1.0: August 3, 1988
- - initial compilation
-
-
-