The use of mkstemp'

This commit is contained in:
elbachir-one
2024-07-03 22:44:40 +01:00
committed by Łukasz Pankowski
parent 6e97047474
commit ef88bcb749
7 changed files with 579 additions and 0 deletions

2
st.h
View File

@@ -77,6 +77,8 @@ typedef union {
const char *s;
} Arg;
void autocomplete (const Arg *);
void die(const char *, ...);
void redraw(void);
void draw(void);