8 lines
72 B
C
8 lines
72 B
C
#include <fx/float.h>
|
|
#include <stdio.h>
|
|
|
|
int main(void)
|
|
{
|
|
return 0;
|
|
}
|