mirror of
https://github.com/vivier/EMILE.git
synced 2026-04-21 01:16:32 +00:00
First revision
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
static __attribute__((used)) char* rcsid = "$CVSHeader$";
|
||||
/*
|
||||
*
|
||||
* (c) 2004 Laurent Vivier <LaurentVivier@wanadoo.fr>
|
||||
*
|
||||
*/
|
||||
|
||||
#include "partition.h"
|
||||
#include "libemile.h"
|
||||
|
||||
int emile_map_partition_get_flags(emile_map_t *map)
|
||||
{
|
||||
return map->partition.Sig;
|
||||
}
|
||||
Reference in New Issue
Block a user