File: gdbm.proto2

package info (click to toggle)
gdbm 1.7.3-25
  • links: PTS
  • area: main
  • in suites: hamm, slink
  • size: 588 kB
  • ctags: 348
  • sloc: ansic: 3,527; makefile: 330; sh: 186; cpp: 25
file content (17 lines) | stat: -rw-r--r-- 255 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

/* extra prototypes */

/* GDBM C++ support */
#if defined(__cplusplus) || defined(c_plusplus)
extern "C" {
#endif

extern const char *gdbm_strerror GDBM_Proto((
     gdbm_error error
));

#if defined(__cplusplus) || defined(c_plusplus)
}
#endif

#endif