[  Next Article  |
Previous Article  |
Book Contents |
Library Home |
Legal |
Search ]
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.
[  Next Article  |
Previous Article  |
Book Contents |
Library Home |
Legal |
Search ]