Commit 6ff57537 by Richard Stallman

entered into RCS

From-SVN: r2767
parent d8d5b1e1
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment