File: vmsruby_private.h

package info (click to toggle)
ruby1.8 1.8.7.72-3lenny1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 26,548 kB
  • ctags: 38,250
  • sloc: ruby: 242,252; ansic: 142,934; yacc: 5,862; sh: 3,450; lisp: 1,626; tcl: 949; makefile: 393; sed: 129; xml: 122; awk: 36; cpp: 28; asm: 25; perl: 18; python: 6
file content (7 lines) | stat: -rw-r--r-- 156 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
#ifndef VMSRUBY_H_INCLUDED
#define VMSRUBY_H_INCLUDED

void _vmsruby_init(void);
long _vmsruby_set_switch(char *, char *);

#endif /* VMSRUBY_H_INCLUDED */