SymbolicC`
SymbolicC`
CPointerType

CPointerType[type]
is a symbolic representation of a type that is a pointer to a type.
更多信息
- SymbolicC expressions are inert; they evaluate to themselves, staying in an unevaluated form.
- SymbolicC expressions can be converted into a C string with ToCCodeString.
- CPointerType can be used in places where a pointer to a type is needed.