[Hla-stdlib-talk] String function names updated
Brought to you by:
evenbit
From: Randall H. <ran...@ea...> - 2008-01-30 01:44:15
|
Hi All, I just updated the sourceforge repository. I've changed all the names of the string functions to have a "str_" prefix. This is being done to avoid "name pollution" in the object modules namespace of the stdlib.lib/stdlib.a file (the linker complains if you have two .obj or two .o files with the same name, even if they are different objects). Eventually, all the stdlib filenames will adhere to the convention of having some prefix that specifies the module. hLater, Randy Hyde |