Vocabularyalien.syntaxSyntaxTYPEDEF: old new
Inputs and outputsWord descriptionAliases the C type
old under the name
new.
NotesThis word differs from
typedef in that it runs at parse time, to ensure correct ordering of operations when loading source files. Words defined in source files are compiled before top-level forms are run, so if a source file defines C binding words and uses
typedef, the type alias won't be available at compile time.
See alsotypedefDefinition