File: gdbm.sl

package info (click to toggle)
slgdbm 1.7.1-14
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 228 kB
  • sloc: ansic: 2,355; makefile: 76
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");