Things which should have been saved before the last commit. Sigh.
This commit is contained in:
parent
6c4be8f283
commit
57c5fe314a
3 changed files with 15 additions and 4 deletions
|
|
@ -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()");
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue