vsscanf

Section: Kernel Hacker's Manual (9)
Updated: vsscanf
Index Return to Main Contents
 

NAME

vsscanf - Unformat a buffer into a list of arguments  

SYNOPSIS

int vsscanf (const char *buf, const char *fmt, va_list args);  

ARGUMENTS

buf
       input buffer
fmt
       format of buffer
args
       arguments


 

Index

NAME
SYNOPSIS
ARGUMENTS

This document was created by man2html, using the manual pages.
Time: 03:15:46 GMT, June 12, 2005