Skip to content

Commit d5e3375

Browse files
committed
[PR #1354] include: mark XNFasprintf() as deprecated
PR: #1354
1 parent e2a86a3 commit d5e3375

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/Xprintf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
* argument. The return value is the size of the allocated buffer, or -1
4949
* on failure.
5050
*/
51-
extern _X_EXPORT int
51+
extern _X_EXPORT int /* deprecated */
5252
XNFasprintf(char **ret, const char *_X_RESTRICT_KYWD fmt, ...)
5353
_X_ATTRIBUTE_PRINTF(2, 3);
5454

0 commit comments

Comments
 (0)