setReservedIdentifiers
Register reserved identifiers to associate with code replacement library
Description
setReservedIdentifiers(
registers reserved identifier structures in a code replacement table.hTable
,ids
)
In a code replacement table, the code generator registers each function implementation name defined by a table entry as a reserved identifier. You can register additional reserved identifiers for the table on a per-header-file basis. Providing additional reserved identifiers can help prevent duplicate symbols and other identifier-related compile and link issues.
The setReservedIdentifiers
function lets you register up to
four reserved identifier structures in a code replacement table. One set of reserved
identifiers can be associated with a code replacement library, while the other three
(if present) must be associated with libraries named ANSI_C
,
ISO_C
, ISO_C++
, or
GNU
.
For information about generating a list of reserved identifiers for the code replacement library that you use to generate code, see Reserved Identifiers and Code Replacement.
Examples
Input Arguments
Version History
Introduced in R2008a