Flipper/Applications/Official/source-OLDER/xMasterX/usb_hid_autofire/tools.h

8 lines
203 B
C
Raw Normal View History

2023-01-26 07:52:38 +00:00
#ifndef FLIPPERZERO_FIRMWARE_TOOLS_H
#define FLIPPERZERO_FIRMWARE_TOOLS_H
void strrev(char *arr, int start, int end);
char *itoa(int number, char *arr, int base);
#endif //FLIPPERZERO_FIRMWARE_TOOLS_H