Go to the source code of this file.
Functions | |
| void * | memcpy (void *s, const void *ct, int n) |
| Memory copy, copy a location in memory from src to dst. | |
Definition in file memcpy.c.
| void* memcpy | ( | void * | s, | |
| const void * | ct, | |||
| int | n | |||
| ) |
Memory copy, copy a location in memory from src to dst.
| s | destination location | |
| ct | source location | |
| n | amount of data (in bytes) to copy |
Definition at line 16 of file memcpy.c.
Referenced by etherRead(), etherWrite(), nvramInit(), and test_libString().

1.5.6