DarkflameServer/thirdparty/raknet/Source/Itoa.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
136 B
C
Raw Normal View History

#ifndef __RAK_ITOA_H
#define __RAK_ITOA_H
#include "Export.h"
RAK_DLL_EXPORT char* Itoa( int value, char* result, int base );
#endif