Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 495 Bytes

typedef-masm.md

File metadata and controls

20 lines (15 loc) · 495 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: TYPEDEF
TYPEDEF (MASM)
12/16/2019
typedef
TYPEDEF directive
0c659890-c9a5-485a-a680-e4fb3272032c

TYPEDEF

Defines a new type or PROTO called name, which is equivalent to type or protoDefinition.

Syntax

name TYPEDEF type | PROTO protoDefinition

See also

Directives reference
MASM BNF Grammar