comparison lib/stripslash.c @ 20:395da10fb137

GNU file utilities
author Jim Meyering <jim@meyering.net>
date Sun, 28 Mar 1993 19:25:12 +0000
parents 41c9d08b09d7
children 28cf48a906e4
comparison
equal deleted inserted replaced
6:4949c6c98e20 20:395da10fb137
13 13
14 You should have received a copy of the GNU General Public License 14 You should have received a copy of the GNU General Public License
15 along with this program; if not, write to the Free Software 15 along with this program; if not, write to the Free Software
16 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ 16 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
17 17
18 #if defined(STDC_HEADERS) || defined(USG) 18 #if defined(STDC_HEADERS) || defined(HAVE_STRING_H)
19 #include <string.h> 19 #include <string.h>
20 #else 20 #else
21 #include <strings.h> 21 #include <strings.h>
22 #endif 22 #endif
23 23