mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-07 15:03:34 +00:00
7 lines
142 B
C
7 lines
142 B
C
|
#ifndef NSYNC_TESTING_SMPRINTF_H_
|
||
|
#define NSYNC_TESTING_SMPRINTF_H_
|
||
|
|
||
|
char *smprintf(const char *, ...);
|
||
|
|
||
|
#endif /*NSYNC_TESTING_SMPRINTF_H_*/
|