Changeset 38384ae in mainline for boot/generic/include/memstr.h
- Timestamp:
- 2012-03-30T06:56:10Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1ac1ab4
- Parents:
- fffb061 (diff), bb1b44e (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
rfffb061 r38384ae 36 36 37 37 extern void *memcpy(void *, const void *, size_t); 38 extern void *memmove(void *, const void *, size_t); 38 39 39 40 #endif
Note:
See TracChangeset
for help on using the changeset viewer.