Ion Popescu wrote:
> I am porting some code from unix and I
> used unix_string.h to map unix-style
> "memset" to PalmOS MemSet. But the mapping
> is not correct. The functions are not exactly
> the same.
You're quite right. A number of these functions in unix_*.h simply
don't do what they should. As another example, the free in unix_stdlib.h
doesn't handle free(NULL) properly.
John "sigh... so little time"
- memset in unix_string.h Ion Popescu
- John Marshall
