[ Bottom of Page | Previous Page | Next Page | Contents | Index | Library Home | Legal | Search ]

Technical Reference: Base Operating System and Extensions, Volume 2

vsnprintf Subroutine

Purpose

Print formatted output.

Library

Standard library (libc.a)

Syntax

#include <stdarg.h>
#include <stdio.h>

int vsnprintf(char * s, size_t n, const char * format, va_list ap)

Description

Refer to vfprintf.

[ Top of Page | Previous Page | Next Page | Contents | Index | Library Home | Legal | Search ]