Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
visus
/
teensy-cores
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Merge pull request
#73
from FrankBoesing/patch-2
strlen is already in string.h
main
Paul Stoffregen
hace 9 años
padre
91ac7e4aab
7d3da62a48
commit
77058b2f72
Se han
modificado 1 ficheros
con
0 adiciones
y
8 borrados
Dividir vista
Mostrar estadísticas de diff
+0
-8
teensy3/nonstd.c
+ 0
- 8
teensy3/nonstd.c
Ver fichero
@@ -32,14 +32,6 @@
#include <string.h>
#include <stdlib.h>
size_t strlen(const char *s)
{
size_t n=0;
while (*s++) n++;
return n;
}
char * ultoa(unsigned long val, char *buf, int radix)
{
Escribir
Vista previa
Cargando…
Cancelar
Guardar