Skip to content

Latest commit

 

History

History
32 lines (28 loc) · 770 Bytes

df.md

File metadata and controls

32 lines (28 loc) · 770 Bytes
title ms.custom ms.date ms.reviewer ms.suite ms.technology ms.tgt_pltfrm ms.topic f1_keywords dev_langs helpviewer_keywords ms.assetid caps.latest.revision author ms.author manager
DF | Microsoft Docs
11/04/2016
cpp-tools
article
DF
C++
DF directive
b5587c29-3da9-4c46-aa3a-1ec42d6fa703
8
corob-msft
corob
ghogen

DF

Allocates and optionally initializes 6 bytes of storage for each initializer. DF is a synonym of FWORD.

Syntax

[[name]] DF initializer [[, initializer]]...  

Remarks

Also can be used as a type specifier anywhere a type is legal.

See Also

Directives Reference