5 lines
100 B
C
5 lines
100 B
C
#pragma once
|
|
#define DATA_DIR "/tmp/data"
|
|
#define TEMP_DIR "/tmp/temp"
|
|
#define ROOT_DIR "/tmp/root"
|