7 lines
96 B
C
7 lines
96 B
C
#include<stdlib.h>
|
|
#include<stdio.h>
|
|
#include<string.h>
|
|
|
|
void ouvrir_fichier(char* path){
|
|
|
|
} |