From ce1909a893f3a4c799eb2f876b78cfb0cf16cbf6 Mon Sep 17 00:00:00 2001 From: burg Date: Thu, 23 Sep 2004 22:27:30 +0000 Subject: Plannification d'ajout d'un systeme d'enregistrement --- i/serialplot/serialplot_io.c | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) (limited to 'i/serialplot/serialplot_io.c') diff --git a/i/serialplot/serialplot_io.c b/i/serialplot/serialplot_io.c index fa45433..56b4fd0 100644 --- a/i/serialplot/serialplot_io.c +++ b/i/serialplot/serialplot_io.c @@ -52,3 +52,32 @@ write_serial(int fd,char *command) { return fputs(command,fdopen(fd,"r+")); } + + +void +find_name(char *filename) +{ + +//#include +//#include +//#include +// +//int +//main (void) +//{ +// DIR *dp; +// struct dirent *ep; +// +// dp = opendir ("./"); +// if (dp != NULL) +// { +// while (ep = readdir (dp)) +// puts (ep->d_name); +// (void) closedir (dp); +// } +// else +// perror ("Couldn't open the directory"); +// +// return 0; +//} +} -- cgit v1.2.3