Next: , Previous: , Up: AutoGen Scheme Functions   [Contents][Index]


3.4.23 get-down-name - get lower cased named value, mapped to C name syntax

Usage: (get-down-name ag-name)
Get the first string value associated with the name. It will either return the associated string value (if the name resolves), the alternate value (if one is provided), or else the empty string. The result is passed through "string->c-name!" and "string->down-case!".

Arguments:
ag-name - name of AutoGen value