malloc/alignment/alignment.h
Guillem George fd1c0872a4 '
2025-11-04 15:27:56 +01:00

10 lines
137 B
C

#ifndef ALIGNMENT_H
#define ALIGNMENT_H
#define _GNU_SOURCE
#include <stddef.h>
size_t align(size_t size);
#endif /* !ALIGNMENT_H */