wip on intellisense (again)

This commit is contained in:
Alexander Nicholi
2021-02-02 11:14:45 -05:00
parent 9841e2186a
commit 7642710155
18 changed files with 242 additions and 52 deletions

View File

@@ -3,6 +3,7 @@
#include "libc/str/str.h"
#if !(__ASSEMBLER__ + __LINKER__ + 0)
#ifndef tinystrstr
#define tinystrstr(HAYSTACK, NEEDLE) \
({ \
autotype(HAYSTACK) Haystack = (HAYSTACK); \
@@ -21,6 +22,7 @@
Found: \
Haystack; \
})
#endif /* tinystrstr */
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */
#endif /* COSMOPOLITAN_LIBC_STR_TINYSTRSTR_H_ */