Tfe

Ongi etorri tfe-ren webgunera...

Old stuff/ecole_etude_fac_de_pau/licence_3/systeme-d-exploitation/tp2/2.c~

(Deskargatu)
#include <stdio.h>
#include <syst/types.h>
#include <unistd.h>

int main()
{
  FILE* fichier;
  fichier=fopen("text.txt","r+");



}