static __attribute__((used)) char* rcsid = "$CVSHeader$"; /* * * (c) 2004 Laurent Vivier * */ #include #include #include "partition.h" #include "libemile.h" void emile_map_close(emile_map_t *map) { close(map->fd); free(map); }