File: config_hardcoded.h

package info (click to toggle)
scratchbox2 2.0-3.1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 2,732 kB
  • ctags: 5,255
  • sloc: ansic: 19,783; sh: 3,319; cpp: 1,913; perl: 1,463; makefile: 598; python: 182
file content (22 lines) | stat: -rw-r--r-- 698 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22

/* Define to the type of arg 1 for `readlink'. */
#define READLINK_TYPE_ARG1 const char *path

/* Define to the type of arg 2 for `readlink'. */
#define READLINK_TYPE_ARG2 char *buf

/* Define to the type of arg 3 for `readlink'. */
#define READLINK_TYPE_ARG3 size_t bufsiz

/* Define to the type of arg 1 for `scandir'. */
#define SCANDIR_TYPE_ARG1 const char *dir

/* Define to the type of arg 2 for `scandir'. */
#define SCANDIR_TYPE_ARG2 struct dirent ***namelist

/* Define to the type of arg 3 for `scandir'. */
#define SCANDIR_TYPE_ARG3 int(*filter)(const struct dirent *)

/* Define to the type of arg 4 for `scandir'. */
#define SCANDIR_TYPE_ARG4 int(*compar)(const void *,const void *)