#ifndef ALIGNMENT_H #define ALIGNMENT_H #define _GNU_SOURCE #include size_t align(size_t size); #endif /* !ALIGNMENT_H */