ObjFW  Diff

Differences From Artifact [b3e6d9aacb]:

To Artifact [f79cba2d8d]:


19
20
21
22
23
24
25




26
27
28
29
30

31
32
33


#endif
#ifndef __STDC_CONSTANT_MACROS
# define __STDC_CONSTANT_MACROS
#endif

#include <stdarg.h>





#ifdef __cplusplus
extern "C" {
#endif
extern int of_asprintf(char**, const char*, ...);
extern int of_vasprintf(char**, const char*, va_list);

#ifdef __cplusplus
}
#endif









>
>
>
>



|
|
>



>
>
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
#endif
#ifndef __STDC_CONSTANT_MACROS
# define __STDC_CONSTANT_MACROS
#endif

#include <stdarg.h>

#import "macros.h"

OF_ASSUME_NONNULL_BEGIN

#ifdef __cplusplus
extern "C" {
#endif
extern int of_asprintf(__nullable char **__nonnull, const __nonnull char*, ...);
extern int of_vasprintf(__nullable char **__nonnull, const __nonnull char*,
    va_list);
#ifdef __cplusplus
}
#endif

OF_ASSUME_NONNULL_END