CloverBootloader/CloverPackage/utils/partutil/partutil.h
2019-09-03 12:58:42 +03:00

20 lines
347 B
C

//
// partutil.h
// partutil
//
// Created by Yves Blusseau on 28/12/2014.
// Copyright (c) 2014-2015 JrCs. All rights reserved.
//
#ifndef partutil_partutil_h
#define partutil_partutil_h
// macros
#define STRINGIFY(s) #s
#define STRINGIFY2(s) STRINGIFY(s)
#define PROGNAME_S STRINGIFY2(PROGNAME)
#define VERSION_S STRINGIFY(0.15)
#endif