Skip to content

Latest commit

 

History

History
34 lines (30 loc) · 857 Bytes

File metadata and controls

34 lines (30 loc) · 857 Bytes
title DB | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-tools
ms.tgt_pltfrm
ms.topic article
f1_keywords
DB
dev_langs
C++
helpviewer_keywords
DB directive
ms.assetid 0c69ccaa-043f-46e1-9f95-dc76d9bc87c8
caps.latest.revision 8
author corob-msft
ms.author corob
manager ghogen

DB

Allocates and optionally initializes a byte of storage for each initializer. DB is a synonym of BYTE

Syntax

[[name]] DB initializer [[, initializer]] ...  

Remarks

Can also be used as a type specifier anywhere a type is legal.

See Also

Directives Reference
DB
SBYTE