aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/window/string.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix the rcsid's.David E. O'Brien2001-05-171-1/+2
| | | | Notes: svn path=/head/; revision=76736
* Having a local `string.h' is just asking for trouble. As is having aDavid E. O'Brien2000-10-261-4/+5
| | | | | | | | `struct string'. Rename the struct and effectively rename the header to `mystring.h' Notes: svn path=/head/; revision=67606
* Add #include <string.h> to get prototypes. Note that this programJohn Birrell1998-02-201-1/+2
| | | | | | | also has a local "string.h" which is included too. Notes: svn path=/head/; revision=33698
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+153
Notes: svn path=/cvs2svn/branches/CHRISTOS/; revision=1590