Changeset 356 for soft/giet_vm/giet_libs


Ignore:
Timestamp:
Jul 3, 2014, 4:50:55 PM (10 years ago)
Author:
alain
Message:

Bloup...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/giet_libs/stdlib.h

    r271 r356  
    1818
    1919////////////////////////////////////////////////////////////////////////////////////////
    20 //  mempcy()
     20//  memset()
    2121// GCC requires this function. Taken from MutekH.
    2222////////////////////////////////////////////////////////////////////////////////////////
    2323inline void * memset(void * dst, int s, unsigned int count);
     24
    2425#endif
    2526
Note: See TracChangeset for help on using the changeset viewer.