mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
7 lines
136 B
C
7 lines
136 B
C
|
extern int isinf(double);
|
||
|
extern int isnan(double);
|
||
|
extern int flock(int fd, int oper);
|
||
|
|
||
|
extern int vsnprintf();
|
||
|
extern int snprintf();
|