IOsprintfArgp

Top  Previous  Next

Sign chain fill with format.

The sign chain str is filled with the variable contents from argp after the format string fmt.

Parametre

pipes (PIOPIPES) [IN]

The trading pipes gives the issue canal.

str (char **) [IN / OUT]

Address of a sign chain with the help of the format string fmt is filled in with the contents from argp.

fmt (char *) [IN]

In fmt stands the formatting how the contents from argp should be filled in str. Specifics to the format data stand in the description of the function printf in the C library.

argp (va_list) [IN]

Contents are filled in str. Types are defined by the information in fmt.

Result

(int) [OUT]

Number of the signs.

Declaration

#include "ausgabe.h"

 

int DLLENTRY IOsprintfArgp (

PIOPIPES pipes,

char ** str,

char * fmt,

va_list argp

);

Related functions

IOwprintfArgp