/* * blogc: A blog compiler. * Copyright (C) 2014-2019 Rafael G. Martins * * This program can be distributed under the terms of the BSD License. * See the file LICENSE. */ #ifndef _MAKE_UTILS_H #define _MAKE_UTILS_H char* bm_generate_filename(const char *dir, const char *prefix, const char *fname, const char *ext); #endif /* _MAKE_UTILS_H */