Changeset ac02aaa in mainline for boot/generic/string.h


Ignore:
Timestamp:
2008-09-14T11:00:31Z (16 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
693f614
Parents:
9f3363e
Message:

Implement memmove() for the use in the boot component.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/generic/string.h

    r9f3363e rac02aaa  
    4343extern void strncpy(char *dest, const char *src, size_t len);
    4444extern unative_t atoi(const char *text);
     45extern void *memmove(void *dst, const void *src, size_t len);
    4546
    4647#endif
Note: See TracChangeset for help on using the changeset viewer.