13 lines
186 B
C
13 lines
186 B
C
/*
|
|
* helpers.h
|
|
*
|
|
* Created on: Feb 25, 2021
|
|
* Author: compi
|
|
*/
|
|
|
|
#ifndef PLATFORM_HELPERS_H_
|
|
#define PLATFORM_HELPERS_H_
|
|
|
|
#define TOSTR(x) #x
|
|
|
|
#endif /* PLATFORM_HELPERS_H_ */
|