changements mineurs

This commit is contained in:
2021-12-17 11:00:08 +01:00
parent 03723807bb
commit 3f65674a89
3 changed files with 1 additions and 13 deletions

View File

@@ -1,7 +0,0 @@
#include<stdlib.h>
#include<stdio.h>
#include<string.h>
void ouvrir_fichier(char* path){
}

View File

@@ -1,5 +0,0 @@
#ifndef MARS_READER_H
#define MARS_READER_H
#endif

View File

@@ -21,6 +21,6 @@ union mars_instruction {
/* Listes des opérations possibles */ /* Listes des opérations possibles */
enum liste_operations {DAT,MOV, ADD, SUB, JMP, JMZ, JMG, DJZ, CMP}; enum liste_operations {DAT, MOV, ADD, SUB, JMP, JMZ, JMG, DJZ, CMP};
#endif #endif