cosmopolitan/third_party/nsync/testing/smprintf.h
Justine Tunney 9849b4c7ba
Add *NSYNC unit test suite
This change also fixes the clock_nanosleep() api and polyfills futexes
on Windows, Mac, and NetBSD using exponential backoff.
2022-10-07 21:34:15 -07:00

6 lines
142 B
C

#ifndef NSYNC_TESTING_SMPRINTF_H_
#define NSYNC_TESTING_SMPRINTF_H_
char *smprintf(const char *, ...);
#endif /*NSYNC_TESTING_SMPRINTF_H_*/