Ce site fonctionne mieux avec JavaScript.
Accueil
Explorateur
Aide
S'inscrire
Connexion
dylan
/
testTelpo
Suivre
1
Ajouter aux favoris
0
Bifurcation
0
Code
Tickets
0
Demandes d'ajout
0
Versions
3
Wiki
Activité
telpo test github
Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
19
Révisions
4
Branches
49KB
Aborescence:
716f1e0439
Branch_hello
SCH_4G
STU_V1
master
V2.0
v1.1.a
V1.0
Branches
Tags
${ item.name }
Créer la branche
${ searchTerm }
de '716f1e0439'
${ noResults }
testTelpo
/
age.c
age.c
102B
Brut
Vue normale
Historique
dylan1: age.c add setAge() func
il y a 4 ans
Merge branch 'master' of http://183.238.195.77:10081/dylan/testTelpo # Conflicts: # age.c
il y a 4 ans
dylan1: age.c add setAge() func
il y a 4 ans
Merge branch 'master' of http://183.238.195.77:10081/dylan/testTelpo # Conflicts: # age.c
il y a 4 ans
dylan2: age.c add getAge() func
il y a 4 ans
dyaln2: age.c change
il y a 4 ans
dylan1: age.c add setAge() func
il y a 4 ans
1
2
3
4
5
6
7
8
9
10
#include "age.h"
void setAge(uint8_t age)
{
g_age = age;
}
uint8_t getAge(void)
{
return g_study;
}