typedef ( old new -- )


Vocabulary
alien.c-types

Inputs
olda C type
newa C type


Outputs
None

Word description
Aliases the C type old under the name new.

Notes
Using this word in the same source file which defines C bindings can cause problems, because words are compiled before top-level forms are run. Use the TYPEDEF: word instead.

See also
TYPEDEF:

Definition