12 lines
422 B
C
12 lines
422 B
C
#ifndef COSMOPOLITAN_LIBC_RUNTIME_CARSORT_H_
|
|
#define COSMOPOLITAN_LIBC_RUNTIME_CARSORT_H_
|
|
#if !(__ASSEMBLER__ + __LINKER__ + 0)
|
|
COSMOPOLITAN_C_START_
|
|
|
|
void carsort100(size_t, int32_t (*)[2]) paramsnonnull() nocallback nothrow;
|
|
void carsort1000(size_t, int32_t (*)[2]) paramsnonnull() nocallback nothrow;
|
|
|
|
COSMOPOLITAN_C_END_
|
|
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */
|
|
#endif /* COSMOPOLITAN_LIBC_RUNTIME_CARSORT_H_ */
|