Skip to content

Instantly share code, notes, and snippets.

@ryumei
Created June 7, 2019 02:54
Show Gist options
  • Save ryumei/fa44f715e3e19cabdaf91d468476643d to your computer and use it in GitHub Desktop.
Save ryumei/fa44f715e3e19cabdaf91d468476643d to your computer and use it in GitHub Desktop.
Sample of tmpfile()
#include <stdio.h>
int main(void) {
printf("%s\n", tmpfile());
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment