CompuServe Messages

#AVL Tree

#: 6404 S1/C ChestForum unknown
    07-Sep-86 21:36:37
Sb: #6400-#AVL Tree
Fm: Jeff Brenton 76703,1065
To: Bill Hogsett 72767,1147

This message turned up in search, but its forum couldn’t be identified from the original transcript, so it may not be linked into its thread.

you could try it as a macro, you know: #define memcpy(d,s,n) movmem(s,d,n) that way, you don't have to change the actual code. i use this strategy in a text editor i'm working on, for the one module that contains compiler-dependent calls. i have a compiler.h file that converts macros like MOVE(d,s,n) to whatever the particular compiler has, or defines it as a function if the compiler DOESN'T have it.