File: vms.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 (10 lines) | stat: -rw-r--r-- 184 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
#ifndef VMSRUBY_VMS_H_INCLUDED
#define VMSRUBY_VMS_H_INCLUDED

extern int isinf(double);
extern int isnan(double);
extern int flock(int fd, int oper);

extern int vsnprintf();

#endif