Things which should have been saved before the last commit. Sigh.

This commit is contained in:
Simon Brooke 2026-03-26 09:03:27 +00:00
parent 6c4be8f283
commit 57c5fe314a
3 changed files with 15 additions and 4 deletions

View file

@ -7,8 +7,13 @@
* Licensed under GPL version 2.0, or, at your option, any later version.
*/
#include <stdio.h>
#include <stdio.h>
int initialise_memory() {
#include "memory/pointer.h"
int initialise_memory( int node) {
fprintf( stderr, "TODO: Implement initialise_memory()");
}