]>
git.cameronkatri.com Git - apple_cmds.git/blob - system_cmds/gcore.tproj/convert.h
2 * Copyright (c) 2016 Apple Inc. All rights reserved.
12 #ifdef CONFIG_GCORE_FREF
13 extern int gcore_fref(int);
16 #ifdef CONFIG_GCORE_MAP
17 extern int gcore_map(int);
20 #ifdef CONFIG_GCORE_CONV
21 extern int gcore_conv(int, const char *, bool, int);
24 #endif /* _CONVERT_H */