You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
229 B

/*
* helpers.h
*
* Created on: Dec 7, 2017
* Author: maximilian
*/
#ifndef OS_HELPERS_H_
#define OS_HELPERS_H_
uint8_t osItoa(int iint, char* iochar, size_t ibuffsize, size_t* obuffsize);
#endif /* OS_HELPERS_H_ */