/
index
/
libcext.git
/ commitdiff
commit
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
inline
| side by side (from parent 1:
5512033
)
revise typo
author
git
<redacted>
Fri, 17 Apr 2026 14:11:36 +0000
(10:11 -0400)
committer
git
<redacted>
Fri, 17 Apr 2026 14:11:36 +0000
(10:11 -0400)
asprintf.h
patch
|
blob
|
history
diff --git
a/asprintf.h
b/asprintf.h
index 866479636ad1d819c7be67ea4b78d2e5d419d9cb..4a2f9195dae1894e7e5193aa6c3241fea19879ab 100644
(file)
--- a/
asprintf.h
+++ b/
asprintf.h
@@
-1,6
+1,6
@@
/* https://git.datadissipation.net */
#ifndef ASPRINTF_H_
/* https://git.datadissipation.net */
#ifndef ASPRINTF_H_
- #define ASPRINTF_H_
+ #define ASPRINTF_H_
1
#ifdef ASPRINTF_INCLUDE_LIBC_
#include <stdarg.h>
#ifdef ASPRINTF_INCLUDE_LIBC_
#include <stdarg.h>
@@
-13,7
+13,7
@@
int asprintf_(char **strp, const char *fmt, ...);
/*
* Credit for a big part of the macro madness:
int asprintf_(char **strp, const char *fmt, ...);
/*
* Credit for a big part of the macro madness:
- * Jens Gu
d
stedt
+ * Jens Gustedt
* https://gustedt.wordpress.com/2010/06/08/detect-empty-macro-arguments/
*/
#define vasprintf(s, f, a) vasprintf_(s, f, a)
* https://gustedt.wordpress.com/2010/06/08/detect-empty-macro-arguments/
*/
#define vasprintf(s, f, a) vasprintf_(s, f, a)