ObjFW  Diff

Differences From Artifact [a9b63bfa65]:

To Artifact [a88266211f]:


25
26
27
28
29
30
31

32
33
34
35
36
37
38
#import "macros.h"

OF_ASSUME_NONNULL_BEGIN

#ifdef __cplusplus
extern "C" {
#endif

extern int OFVASPrintF(
    char *_Nullable *_Nonnull, const char *_Nonnull, va_list);
#ifdef __cplusplus
}
#endif

OF_ASSUME_NONNULL_END







>







25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
#import "macros.h"

OF_ASSUME_NONNULL_BEGIN

#ifdef __cplusplus
extern "C" {
#endif
extern int OFASPrintF(char *_Nullable *_Nonnull, const char *_Nonnull, ...);
extern int OFVASPrintF(
    char *_Nullable *_Nonnull, const char *_Nonnull, va_list);
#ifdef __cplusplus
}
#endif

OF_ASSUME_NONNULL_END