X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=include%2Fust_snprintf.h;h=37c2218c432ea0de20d5d80c88eff1d9f52f2b5d;hb=c0c0989ab70574e09b2f7e8b48c2da6af664a849;hp=da63dc6b741137a0463a1305c015ecdddd8132e2;hpb=a1eb70f9e84c938b1f63be652f98490d4817477a;p=lttng-ust.git diff --git a/include/ust_snprintf.h b/include/ust_snprintf.h index da63dc6b..37c2218c 100644 --- a/include/ust_snprintf.h +++ b/include/ust_snprintf.h @@ -1,7 +1,14 @@ +/* + * SPDX-License-Identifier: LGPL-2.1-or-later + * + * Copyright (C) 2009 Pierre-Marc Fournier + */ + #ifndef UST_SNPRINTF #define UST_SNPRINTF #include +#include extern int ust_safe_vsnprintf(char *str, size_t n, const char *fmt, va_list ap); extern int ust_safe_snprintf(char *str, size_t n, const char *fmt, ...);