[ Previous | Next | Contents | Glossary | Home | Search ]
AIX Version 4.3 Base Operating System and Extensions Technical Reference, 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 | Contents | Glossary | Home | Search ]