This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
bart
/
FPGC6
réplica de
https://github.com/bartpleiter/FPGC6
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Wiki
Árbore:
030e6c305e
Ramas
Etiquetas
EP4CE15
cpu100mhz
fast-cpu-pipeline
main
FPGC6
/
BCC
/
CompilerTests
/
k.c
k.c
130 B
Histórico
Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
int main() {
char *ptr = "ghijkl";
ptr = ptr + 4;
*ptr = 'a';
return *ptr;
}
void interrupt()
{
}