Thread: vsnprintf

  1. #1
    Registered User
    Join Date
    Jan 2010
    Posts
    12

    vsnprintf

    Hi, all
    what is the use of vsnprintf function?
    is it good to use ?

  2. #2
    Registered User
    Join Date
    Apr 2009
    Posts
    66
    vsnprintf function is similar to the sprintf but the difference is we can limit the number of characters as well as
    we can give any number of arguments

    for a better understanding please refer the "man vsnprintf"

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. vsnprintf portability problem
    By ichijoji in forum C Programming
    Replies: 2
    Last Post: 06-10-2006, 01:37 PM