cosmopolitan/third_party/nsync/testing/smprintf.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
142 B
C
Raw Normal View History

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