File: const.h

package info (click to toggle)
ppxp 0.99120923-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 2,812 kB
  • ctags: 3,704
  • sloc: ansic: 24,532; tcl: 3,992; makefile: 517; sh: 80
file content (12 lines) | stat: -rw-r--r-- 188 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef CONST_H
#define CONST_H

struct ppxp_const_s {
    char *name;
    int val;
};

extern struct ppxp_const_s PPxP_Name2Const[];
extern char *PPxP_XcioStr(int);

#endif /* CONST_H */