This website works better with JavaScript
Sākums
Izpētīt
Palīdzība
Pierakstīties
PoleCalcul
/
tutoriaux_calculco
Vērot
3
Pievienot zvaigznīti
0
Atdalīts
0
Faili
Problēmas
0
Izmaiņu pieprasījumi
0
Vikivietne
Koks:
17186f86f2
Atzari
Tagi
master
tutoriaux_ca...
/
OAR_array
/
Makefile
Makefile
83 B
Vēsture
Neapstrādāts
1
2
3
4
5
6
all: pi.c
gcc -std=c99 -Wall -o pi.exe pi.c
clean:
rm -f pi.exe *.o core.* *~