File: gdbm.sl

package info (click to toggle)
slgdbm 1.7.1-4
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, wheezy
  • size: 96 kB
  • ctags: 72
  • sloc: ansic: 785; makefile: 39
file content (8 lines) | stat: -rw-r--r-- 168 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
import ("gdbm");

$1 = path_concat (path_concat (path_dirname (__FILE__), "help"),
		  "gdbm.hlp");
if (NULL != stat_file ($1))
  add_doc_file ($1);

provide ("gdbm");