GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
vasprintf-wrapper.c File Reference
#include <stdio.h>
#include "vasprintf-wrapper.h"

Go to the source code of this file.

Functions

int octave_vasprintf_wrapper (char **buf, const char *fmt, va_list args)
 

Function Documentation

◆ octave_vasprintf_wrapper()

int octave_vasprintf_wrapper ( char **  buf,
const char *  fmt,
va_list  args 
)

Definition at line 39 of file vasprintf-wrapper.c.

References vasprintf().

Referenced by octave::vasprintf().