aboutsummaryrefslogtreecommitdiffstats
path: root/app/utils.h
blob: 99b2e30d7ea3193d272222339c12a3ff4afb43dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef __UTILS_H
#define __UTILS_H

#ifdef  __cplusplus
extern "C" {
#endif

int
os_create_anonymous_file(off_t size);

#ifdef  __cplusplus
}
#endif

#endif