Changeset a2ae4f4 in mainline for libc/include/string.h


Ignore:
Timestamp:
2006-06-01T14:22:33Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
88c3151
Parents:
cf28036
Message:

Big framebuffer changes, currently not integrated with console.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libc/include/string.h

    rcf28036 ra2ae4f4  
    3636
    3737void * memset(void *s, int c, size_t n);
    38 void * memcpy(void *dest, void *src, size_t n);
     38void * memcpy(void *dest, const void *src, size_t n);
     39void * memmove(void *dest, const void *src, size_t n);
    3940
    4041int strcmp(const char *, const char *);
Note: See TracChangeset for help on using the changeset viewer.