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

delete reference for snprintf()

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@7522 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akiyoshi 2004-12-09 07:10:42 +00:00
parent 5ad4287aeb
commit 34664ff06a

View file

@ -1,6 +1,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();
extern int snprintf();
#endif