Changeset b2fa2d86 in mainline for boot/generic/include/memstr.h
- Timestamp:
- 2013-03-26T15:06:35Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ea15a89a
- Parents:
- 8a26f82 (diff), 5c4356b (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/generic/include/memstr.h
r8a26f82 rb2fa2d86 36 36 37 37 extern void *memcpy(void *, const void *, size_t); 38 extern void *memset(void *, int, size_t); 38 39 extern void *memmove(void *, const void *, size_t); 39 40
Note:
See TracChangeset
for help on using the changeset viewer.