File: defs.h

package info (click to toggle)
ltrace 0.5.3-2.1
  • links: PTS
  • area: main
  • in suites: squeeze, wheezy
  • size: 1,204 kB
  • ctags: 902
  • sloc: ansic: 11,246; exp: 826; makefile: 222; cpp: 195; sh: 162; awk: 88; asm: 40; perl: 24
file content (18 lines) | stat: -rw-r--r-- 493 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

#ifndef DEFAULT_ALIGN
#define DEFAULT_ALIGN 50	/* default alignment column for results */
#endif				/* (-a switch) */

#ifndef MAX_ARGS
#define MAX_ARGS        32	/* maximum number of args for a function */
#endif

#ifndef DEFAULT_STRLEN
#define DEFAULT_STRLEN  32	/* default maximum # of bytes printed in */
#endif				/* strings (-s switch) */

#ifndef DEFAULT_ARRAYLEN
#define DEFAULT_ARRAYLEN  4	/* default maximum # array elements */
#endif				/* (-A switch) */

#define MAX_LIBRARIES 30