Ignore:
Timestamp:
Jul 8, 2015, 4:13:47 PM (9 years ago)
Author:
alain
Message:

1) Fix a bug in the _free() function in kernel_malloc.c
2) Introduce a strlen() function in utils.c

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/giet_common/utils.h

    r523 r594  
    151151extern void         _break( char* str);
    152152
     153extern unsigned int _strlen( char* str);
     154
    153155extern unsigned int _strncmp(const char*  s1,
    154156                             const char*  s2,
Note: See TracChangeset for help on using the changeset viewer.