Procházet zdrojové kódy

Prototype now clashes with the macro in arch/i386.

tags/v0.9.3
Michael Brown před 18 roky
rodič
revize
1d7cfd5acf
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  1. 0
    1
      src/include/string.h

+ 0
- 1
src/include/string.h Zobrazit soubor

@@ -59,7 +59,6 @@ char * strtok(char * s,const char * ct);
59 59
 char * strsep(char **s, const char *ct);
60 60
 void * memset(void * s,int c,size_t count);
61 61
 char * bcopy(const char * src, char * dest, int count);
62
-void * memcpy(void * dest,const void *src,size_t count);
63 62
 void * memmove(void * dest,const void *src,size_t count);
64 63
 int memcmp(const void * cs,const void * ct,size_t count);
65 64
 void * memscan(void * addr, int c, size_t size);

Načítá se…
Zrušit
Uložit