Please enable JavaScript in your browser!
Inicio
Explorar
Axuda
Iniciar sesión
maximed
/
cargoless-rust-experiments
Seguir
2
Destacar
1
Fork
2
Ficheiros
Incidencias
4
Pull Requests
0
Wiki
Rama:
master
Ramas
Etiquetas
keys
master
mini-staging
test
testé
cargoless-ru...
/
shared-lib
/
example.c
example.c
97 B
Permalink
Histórico
Raw
1
2
3
4
5
6
7
8
#include <stddef.h>
extern size_t get_life();
int main(void) {
return (size_t) get_life();
}