@@ -29,13 +29,13 @@ #ifdef __cplusplus extern "C" { #endif extern int of_asprintf( - char *OF_NULLABLE *OF_NONNULL, const char *OF_NONNULL, ...); + char *_Nullable *_Nonnull, const char *_Nonnull, ...); extern int of_vasprintf( - char *OF_NULLABLE *OF_NONNULL, const char *OF_NONNULL, va_list); + char *_Nullable *_Nonnull, const char *_Nonnull, va_list); #ifdef __cplusplus } #endif OF_ASSUME_NONNULL_END