refresh
This commit is contained in:
parent
ff1b4128f8
commit
246914848c
@ -0,0 +1,11 @@
|
|||||||
|
#include <stdio.h>
|
||||||
|
#include <stdlib.h>
|
||||||
|
#define maxcoe 100
|
||||||
|
|
||||||
|
int read_number (double *num) {
|
||||||
|
char buffer[50]
|
||||||
|
}
|
||||||
|
|
||||||
|
int main() {
|
||||||
|
return 0;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user