20#ifndef PARTED_H_INCLUDED
21#define PARTED_H_INCLUDED
23#define PED_DEFAULT_ALIGNMENT (1024 * 1024)
29#if __GNUC__ >= 4 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 1)
30# define __attribute(arg) __attribute__ (arg)
32# define __attribute(arg)
48#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96)
55extern void free (
void* ptr);
typedef __attribute__
Definition: vtoc.h:80
void * ped_malloc(size_t size)
Definition: libparted.c:240
void * ped_calloc(size_t size)
Definition: libparted.c:255
#define __attribute(arg)
Definition: parted.h:32
const char * ped_get_version()
Definition: libparted.c:234