Updated macLibREADME
This commit is contained in:
@@ -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 );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user