Mercurial > hg > xemacs-beta
comparison lib-src/b2m.c @ 151:59463afc5666 r20-3b2
Import from CVS: tag r20-3b2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:37:19 +0200 |
parents | 2af401a6ecca |
children | 43dd3413c7c7 |
comparison
equal
deleted
inserted
replaced
150:8ebb1c0f0f6f | 151:59463afc5666 |
---|---|
17 | 17 |
18 /* Made conformant to the GNU coding standards January, 1995 | 18 /* Made conformant to the GNU coding standards January, 1995 |
19 by Francesco Potorti` <pot@cnuce.cnr.it>. */ | 19 by Francesco Potorti` <pot@cnuce.cnr.it>. */ |
20 | 20 |
21 #include <stdio.h> | 21 #include <stdio.h> |
22 #include <stdlib.h> | |
23 #include <string.h> | |
22 #include <time.h> | 24 #include <time.h> |
23 #include <sys/types.h> | 25 #include <sys/types.h> |
24 #ifdef MSDOS | 26 #ifdef MSDOS |
25 #include <fcntl.h> | 27 #include <fcntl.h> |
26 #endif | 28 #endif |