mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-07 15:03:34 +00:00
12 lines
388 B
C
12 lines
388 B
C
|
#ifndef COSMOPOLITAN_LIBC_FMT_BING_H_
|
||
|
#define COSMOPOLITAN_LIBC_FMT_BING_H_
|
||
|
#if !(__ASSEMBLER__ + __LINKER__ + 0)
|
||
|
|
||
|
int bing(int, int) nosideeffect;
|
||
|
int unbing(int) nosideeffect;
|
||
|
void *unbingbuf(void *, size_t, const char16_t *, int);
|
||
|
void *unbingstr(const char16_t *) paramsnonnull() mallocesque;
|
||
|
|
||
|
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */
|
||
|
#endif /* COSMOPOLITAN_LIBC_FMT_BING_H_ */
|