Changeset 201
- Timestamp:
- Aug 12, 2012, 1:37:36 PM (12 years ago)
- Location:
- soft/giet_vm/libs
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/libs/utils.c
r189 r201 27 27 // GCC requires this function. Taken from MutekH. 28 28 //////////////////////////////////////////////////////////////////////////////////////// 29 inlinevoid * memset(void *dst, int s, unsigned int count)29 void * memset(void *dst, int s, unsigned int count) 30 30 { 31 31 char *a = (char *) dst; -
soft/giet_vm/libs/utils.h
r200 r201 13 13 unsigned int size ); 14 14 15 void * memset( void *dst, 16 int s, 17 unsigned int count); 15 18 #endif 16 19
Note: See TracChangeset
for help on using the changeset viewer.