blob: bd756e3ab8e5f8690d65f5bf65db998cce924b8b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ar,v 1.2 2006/10/10 06:56:05 uebayasi Exp $
--- bcc/proto.h.orig 1992-11-14 16:12:34.000000000 +0100
+++ bcc/proto.h
@@ -381,8 +381,6 @@ void *malloc P((unsigned _nbytes));
void *realloc P((void *_ptr, unsigned _nbytes));
/* library - string.h */
-void *memcpy P((void *_t, const void *_s, unsigned _length));
-void *memset P((void *_s, int _c, unsigned _nbytes));
char *strcat P((char *_target, const char *_source));
char *strchr P((const char *_s, int _ch));
int strcmp P((const char *_s1, const char *_s2));
|