home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 10 Tools
/
10-Tools.zip
/
splint3s.zip
/
splint-3.0.1.6
/
test
/
tests2.2a
/
erik.c
< prev
next >
Wrap
Text File
|
2000-06-12
|
90b
|
10 lines
int main (void)
{
float f;
double d;
scanf("%lf %f",&d, &f);
return 0;
}