Skip to content

Latest commit

 

History

History
50 lines (46 loc) · 923 Bytes

File metadata and controls

50 lines (46 loc) · 923 Bytes
title BUFSIZ | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-standard-libraries
ms.tgt_pltfrm
ms.topic article
f1_keywords
BUFSIZ
dev_langs
C++
helpviewer_keywords
BUFSIZ constant
ms.assetid 94ac04a3-d154-476b-bd89-eefbc7b949ae
caps.latest.revision 6
author corob-msft
ms.author corob
manager ghogen
translation.priority.ht
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw

BUFSIZ

Syntax

  
#include <stdio.h>  

Remarks

BUFSIZ is the required user-allocated buffer for the setvbuf routine.

See Also

Stream I/O
Global Constants