home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / lclint.zip / lclint-2_3h-os2-bin.zip / test / tests2.2a / erik.c < prev    next >
Text File  |  1997-09-03  |  90b  |  10 lines

  1. int main (void)
  2. {
  3.    float f;
  4.    double d;
  5.  
  6.    scanf("%lf %f",&d, &f);
  7.    
  8.    return 0;
  9. }
  10.