cake
/
libg1m
Archived
1
0
Fork 0
This repository has been archived on 2024-03-16. You can view files and clone it, but cannot push or open issues or pull requests.
libg1m/include/libg1m/compiler.h

19 lines
885 B
C

/* ************************************************************************** */
/* _____ _ */
/* libg1m/compiler.h |_ _|__ _ _| |__ ___ _ _ */
/* | Project : libg1m | |/ _ \| | | | '_ \ / _ \ | | | */
/* | | (_) | |_| | | | | __/ |_| | */
/* By: thomas <thomas@touhey.fr> |_|\___/ \__,_|_| |_|\___|\__, |.fr */
/* Last updated: 2016/09/05 13:22:50 |___/ */
/* */
/* ************************************************************************** */
#ifndef LIBG1M_COMPILER_H
# define LIBG1M_COMPILER_H
# ifndef __unused
# define __unused __attribute__((unused))
# endif
#endif /* LIBG1M_COMPILER_H */