Updated macLibREADME

This commit is contained in:
Keenan Lang
2014-08-27 11:41:27 -05:00
parent 2d3db2036b
commit 4497e8d5f4

View File

@@ -164,12 +164,12 @@ d) char *macEnvExpand( char *src );
pointer to this null-terminated string. It returns NULL if the source
string contains any undefined references.
e) char *macDefExpand( char *src, char *macros );
e) char *macDefExpand( char *src, MAC_HANDLE *macros );
This operates in the same manner as macEnvExpand, but takes an
additonal string argument that contains a set of macro definitions in
the current macParseDefns format. These macros are appended to the set
of macros from environment variables.
optional macro handle that can contain a set of macro definitions.
These macros are appended to the set of macros from environment
variables when expanding the string.
f) long macReportMacros( MAC_HANDLE *handle );