Summary of functions operating on raw memory

Nasza ocena:

3
Pobrań: 7
Wyświetleń: 448
Komentarze: 0
Notatek.pl

Pobierz ten dokument za darmo

Podgląd dokumentu
Summary of functions operating on raw memory - strona 1

Fragment notatki:

Summary of functions operating on raw memory  memccpy copies a block of n bytes from src to dest  memcpy copies a block of n bytes from src to dest  memmove copies a block of n bytes from src to dest  memchr searches the first n bytes of array s for character c  memcmp compares the first n bytes of strings s1 and s2  memicmp compares the first n bytes of strings s1 and s2, ignoring case  memset sets n bytes of s to byte c  header file: , ... zobacz całą notatkę



Komentarze użytkowników (0)

Zaloguj się, aby dodać komentarz