#ifndef CFG_H #define CFG_H int csofts_fill(wchar_t *path, wchar_t *name); void csofts_destroy(); void csofts_create_empty(wchar_t *path, wchar_t *name); #endif