interreality.org [VOS]
[Home] [About]
[Screenshots]
[Download]
[News]
[Community]
[Documentation] [Manual]
[Bugs & Requests] [Wiki]

/home/tetron/hack/vos/libs/vos/vutil/vsscanf.hh

Go to the documentation of this file.
00001 #ifndef _VSSCANF_H_
00002 #define _VSSCANF_H_
00003 
00004 #include <stdarg.h>
00005 
00006 #include <vos/vutil/vutildefs.hh>
00007 
00008 int VUTIL_API vsscanf(
00009     const char  *buffer,
00010     const char  *format,
00011     va_list     argPtr
00012 );
00013 
00014 #endif