mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@7522 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
10 lines
184 B
C
10 lines
184 B
C
#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
|