add vorgabe03 + initial bump allocator
This commit is contained in:
10
c_os/user/MyObj.h
Normal file
10
c_os/user/MyObj.h
Normal file
@ -0,0 +1,10 @@
|
||||
#ifndef __MyObj_INCLUDE_H_
|
||||
#define __MyObj_INCLUDE_H_
|
||||
|
||||
class MyObj {
|
||||
public:
|
||||
MyObj(unsigned int val) : value(val) {};
|
||||
unsigned int value;
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user