Make cosmo.h work a little better

This commit is contained in:
Justine Tunney 2024-02-21 16:40:09 -08:00
parent d9df41c4d5
commit 68b9479f0c
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
12 changed files with 22 additions and 26 deletions

View file

@ -1,6 +1,6 @@
#ifdef _COSMO_SOURCE
#ifndef COSMOPOLITAN_LIBC_STDIO_APPEND_H_
#define COSMOPOLITAN_LIBC_STDIO_APPEND_H_
#ifdef _COSMO_SOURCE
#define APPEND_COOKIE 21578
@ -32,5 +32,5 @@ ssize_t kappendf(char **, const char *, ...) libcesque;
ssize_t kvappendf(char **, const char *, va_list) libcesque;
COSMOPOLITAN_C_END_
#endif /* _COSMO_SOURCE */
#endif /* COSMOPOLITAN_LIBC_STDIO_APPEND_H_ */
#endif /* _COSMO_SOURCE */