entered into RCS
From-SVN: r2767
This commit is contained in:
parent
d8d5b1e1a9
commit
6ff5753733
@ -5,3 +5,6 @@
|
||||
#define bcopy(a,b,c) memcpy (b,a,c)
|
||||
#define bzero(a,b) memset (a,0,b)
|
||||
#define bcmp(a,b,c) memcmp (a,b,c)
|
||||
|
||||
#define rindex strrchr
|
||||
#define index strchr
|
||||
|
Loading…
Reference in New Issue
Block a user