Welcome to mirror list, hosted at ThFree Co, Russian Federation.

util.h « os « mono - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fa78cd1aa3dc1b320f562b7302f12def4d6cd39d (plain)
1
2
3
4
5
6
#ifndef _MONO_OS_UTIL_H_
#define _MONO_OS_UTIL_H_ 1

void  mono_set_rootdir (void);

#endif