Add VSCode settings

This commit is contained in:
Justine Tunney 2024-08-25 11:02:31 -07:00
parent bb06230f1e
commit 908b7a82ca
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
3 changed files with 37 additions and 4 deletions

View file

@ -27,7 +27,7 @@
*
* @return null always
*/
void *dlopen(const char *, int) {
void *dlopen(const char *, int) {
return 0;
}

View file

@ -48,8 +48,6 @@ void PrintGarbage(void);
void PrintGarbageNumeric(FILE *);
void PrintWindowsMemory(const char *, size_t);
#ifndef __STRICT_ANSI__
#define _LOG_UNLIKELY(x) __builtin_expect(!!(x), 0)
extern unsigned __log_level; /* log level for runtime check */
@ -245,7 +243,6 @@ void vffatalf(ARGS, va_list) asm("vflogf") ATTRV relegated wontreturn libcesque;
#undef ATTR
#undef ATTRV
#endif /* __STRICT_ANSI__ */
COSMOPOLITAN_C_END_
#endif /* COSMOPOLITAN_LIBC_LOG_LOG_H_ */
#endif /* _COSMO_SOURCE */