Files
swift-mirror/test/Inputs/clang-importer-sdk/usr/include/stdio.h
2014-04-16 06:52:10 +00:00

3 lines
173 B
C

__attribute__((deprecated("Due to security concerns inherent in the design of tmpnam(3), it is highly recommended that you use mkstemp(3) instead.")))
char *tmpnam(char *);