add c skeleton

This commit is contained in:
2026-01-09 20:56:11 +01:00
parent 15c861c81d
commit 3e91c055db
3 changed files with 26 additions and 0 deletions

View File

@@ -1,5 +1,8 @@
#ifndef _PAGEFRAME_H_
#define _PAGEFRAME_H_
class PageFrame {
private:
public:
PageFrame();
};
#endif