summaryrefslogtreecommitdiffstats
path: root/utils.h
blob: 6530e3f0aa06a10ca949e153b93028928edbd0a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
	This file is a part of "Didrole's Update Tool"
	©2k12, Didrole
	
	License : Public domain
*/

#pragma once
typedef unsigned int AppId_t;

const char* GetAppName(AppId_t uAppId);
void FormatSize(char* szOutput, unsigned int uOutputSize, unsigned long long ullBytes);
bool IsDir(const char* cszPath);
void mSleep(unsigned int uMS);