summaryrefslogtreecommitdiff
path: root/malloc/alignment/alignment.h
blob: 582ce8db6541b167d4382e96cded5204ff0885dd (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef ALIGNMENT_H
#define ALIGNMENT_H

#define _GNU_SOURCE

#include <stddef.h>

size_t align(size_t size);

#endif /* !ALIGNMENT_H */