*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->IRIX man pages -> Vk/VkFormat (3)              
Title
Content
Arch
Section
 

Contents


VkFormat(3X)							  VkFormat(3X)


NAME    [Toc]    [Back]

     VkFormat -	Convenience function that prints into a	buffer and returns it

SYNOPSIS    [Toc]    [Back]

     #include <Vk/VkFormat.h>

     const char	*VkFormat(const	char* fmt, .../*args*/);

DESCRIPTION    [Toc]    [Back]

     VkFormat passes its arguments to vsprintf,	which writes to	a buffer that
     is	owned by VkFormat.  What is written must not exceed BUFSIZ, as defined
     by	stdio.h.  The caller must not attempt to free the buffer returned by
     VkFormat.

     The buffer	contents remain	valid only until the next call to VkFormat.
     In	particular, the	buffer will remain valid across	function calls only as
     long as those functions, and anything they	call, do not also use
     VkFormat.

     (libvk uses its own internal version of VkFormat, so calls	to it are
     safe.)

SEE ALSO    [Toc]    [Back]

      
      
     vsprintf(3S)


									PPPPaaaaggggeeee 1111
[ Back ]
 Similar pages
Name OS Title
XmTabGetValues HP-UX A convenience function that returns tab values
XmTabListGetTab HP-UX A convenience function that returns a copy of a tab
XmStringTableProposeTablist HP-UX A convenience function that returns a tab list
unit IRIX Returns the status of a BUFFER IN or BUFFER OUT statement
print_pset_error Tru64 Prints an error from a processor set function
glxqueryglxpbuffersgix IRIX returns information about a GLX pixel buffer
glxgetselectedevent IRIX returns GLX events that are selected for a window or a GLX pixel buffer
glxgetselectedeventsgix IRIX returns GLX events which are selected for a window or a GLX pixel buffer
glxquerychannelrectsgix IRIX returns area of frame buffer that is to be resized to match video resolution
get_random_bytes_wait Tru64 General: Returns the requested number of random bytes and places them in a buffer.
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service