File: socket.sl

package info (click to toggle)
slang2 2.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 10,588 kB
  • ctags: 10,558
  • sloc: ansic: 95,506; sh: 3,277; makefile: 945; pascal: 143
file content (5 lines) | stat: -rw-r--r-- 151 bytes parent folder | download | duplicates (7)
1
2
3
4
5
import("socket");
$1 = path_concat (path_dirname (__FILE__), "help/sockfuns.hlp");
if (NULL != stat_file ($1))
  add_doc_file ($1);
provide("socket");