Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
piumarta
/
ccmeta
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
C compiler with embedded metalanguage.
Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
106
Commit
2
Rami (Branch)
3.4 MiB
C
98.9%
Makefile
0.7%
Shell
0.4%
Albero (Tree):
791119d516
develop-theo
master
Rami (Branch)
Tag
${ item.name }
Crea branch
${ searchTerm }
da '791119d516'
${ noResults }
ccmeta
/
tests-std
/
test20.c
6 righe
111 B
Originale
Blame
Cronologia
foo
(
float
f
,
float
g
)
{
float
beat_freqs
[
2
]
=
{
f
-
g
,
f
+
g
}
;
return
1
;
}