source: trunk/src/gcc/libf2c/libF77/r_mod.c@ 1125

Last change on this file since 1125 was 2, checked in by bird, 23 years ago

Initial revision

  • Property cvs2svn:cvs-rev set to 1.1
  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 611 bytes
Line 
1#include "f2c.h"
2
3#ifdef KR_headers
4#ifdef IEEE_drem
5double drem();
6#else
7double floor();
8#endif
9double r_mod(x,y) real *x, *y;
10#else