LibreOffice Module o3tl (master) 1
Namespaces | Functions
sprintf.hxx File Reference
#include <sal/config.h>
#include <cassert>
#include <cstddef>
#include <cstdio>
#include <utility>
#include <o3tl/safeint.hxx>
Include dependency graph for sprintf.hxx:

Go to the source code of this file.

Namespaces

namespace  o3tl
 

Functions

template<std::size_t N, typename... T>
int o3tl::sprintf (char(&s)[N], char const *format, T &&... arguments)