mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-14 02:11:40 -06:00
3.13
This commit is contained in:
18
Common/IntToString.h
Executable file
18
Common/IntToString.h
Executable file
@@ -0,0 +1,18 @@
|
||||
// Common/IntToString.h
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef __COMMON_INTTOSTRING_H
|
||||
#define __COMMON_INTTOSTRING_H
|
||||
|
||||
#include "types.h"
|
||||
|
||||
void ConvertUINT64ToString(UINT64 value, char *s);
|
||||
void ConvertUINT64ToString(UINT64 value, wchar_t *s);
|
||||
|
||||
void ConvertINT64ToString(INT64 value, char *s);
|
||||
void ConvertINT64ToString(INT64 value, wchar_t *s);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user