power_play/src/app.h
2025-07-11 21:24:56 -05:00

7 lines
116 B
C

#ifndef APP_H
#define APP_H
struct string app_write_path_cat(struct arena *arena, struct string filename);
#endif