summaryrefslogtreecommitdiff
path: root/lib/stdio.c
Commit message (Collapse)AuthorAgeFilesLines
* stdio: fseeko for Windows.Gurucharan Shetty2014-03-131-0/+12
| | | | | Signed-off-by: Gurucharan Shetty <gshetty@nicira.com> Acked-by: Ben Pfaff <blp@nicira.com>
* stdio: New module, initially to provide working [v]snprintf() on Windows.Ben Pfaff2013-12-241-0/+48
This should transparently define snprintf() and vsnprintf() wrappers for use on Windows. CC: Saurabh Shah <ssaurabh@vmware.com> Signed-off-by: Ben Pfaff <blp@nicira.com>