[ Previous | Next | Table of 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.

Implementation Specifics

This subroutine is part of Base Operating System (BOS) subroutine.


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