NetBSD/usr.bin/strings
cgd 9c646fddb7 Don't treat a char buffer like a structure since alignment constraints can
make that fail on some machines.  Rather, since the code wants to access
the data both ways, use a structure and treat that structure as an array
of chars where appropriate.
1996-10-08 15:50:53 +00:00
..
Makefile Merged with 4.4lite. 1994-12-10 11:54:22 +00:00
strings.1 Merged with 4.4lite. 1994-12-10 11:54:22 +00:00
strings.c Don't treat a char buffer like a structure since alignment constraints can 1996-10-08 15:50:53 +00:00