Explorar el Código

delete age.c fun.c

tags/V2.0
dylan hace 4 años
padre
commit
7803a5da0e
Se han modificado 2 ficheros con 0 adiciones y 12 borrados
  1. +0
    -11
      age.c
  2. +0
    -1
      fun.c

+ 0
- 11
age.c Ver fichero

@@ -1,11 +0,0 @@
#include "age.h"

void setAge(uint8_t age)
{
g_age = age;
}
uint8_t getAge(void)
{
g_age = g_age+3;
return g_age+2;
}

+ 0
- 1
fun.c Ver fichero

@@ -1 +0,0 @@
#include "fun.h"

Cargando…
Cancelar
Guardar