mirror of
https://github.com/Squareville/TestEventServer.git
synced 2026-04-28 04:09:20 -05:00
0545adfac3
Have fun!
9 lines
136 B
C
9 lines
136 B
C
#ifndef __RAK_ITOA_H
|
|
#define __RAK_ITOA_H
|
|
|
|
#include "Export.h"
|
|
|
|
RAK_DLL_EXPORT char* Itoa( int value, char* result, int base );
|
|
|
|
#endif
|