summaryrefslogtreecommitdiffstats
path: root/dis/inputs/Transitive/in0
Commit message (Expand)AuthorAge
* All the DIS runner scripts as used for the (rejected) RTSS'20 submissionJoshua Bakita2020-10-17
_H #define _WCCMALLOC_H void* susan_wccmalloc( unsigned int numberOfBytes ); //! Frees ALL allocated memory space void susan_wccfreeall( void ); void *susan_wccmemcpy( void* dstpp, const void* srcpp, unsigned int len ); void susan_wccmemset( void *p, int value, unsigned int num ); #endif