9 lines
138 B
C
9 lines
138 B
C
#ifndef APP_H
|
|
#define APP_H
|
|
|
|
struct string app_write_path_cat(struct arena *arena, struct string filename);
|
|
|
|
void app_exit(void);
|
|
|
|
#endif
|