A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/promsize/msprintf below:

promsize/msprintf: Allocating variants of sprintf

It aims to be compatible with libc conventions.

#include <msprintf.h>
extern int vasnprintf(char **out, size_t limit, const char *fmt, va_list a);
extern int asnprintf(char **out, size_t limit, const char *fmt, ...);
#ifdef MISSING_ASPRINTF
extern int vasprintf(char **out, const char *fmt, va_list a);
extern int asprintf(char **out, const char *fmt, ...);
#endif
extern char *vmsnprintf(size_t limit, const char *fmt, va_list a);
extern char *msnprintf(size_t limit, const char *fmt, ...);
extern char *vmsprintf(const char *fmt, va_list a);
extern char *msprintf(const char *fmt, ...);

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4