entered into RCS

From-SVN: r2729
This commit is contained in:
Richard Stallman 1992-11-10 03:18:02 +00:00
parent 933200256f
commit 385a69e916
1 changed files with 2 additions and 0 deletions

View File

@ -5,3 +5,5 @@
#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 index strchr
#define rindex strrchr