mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
3 lines
173 B
C
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 *);
|