- Timestamp:
 - Aug 12, 2012, 1:37:36 PM (13 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.
      ![(please configure the [header_logo] section in trac.ini)](/trac/giet-vm/chrome/site/your_project_logo.png)