diff options
author | Mattias Andrée <maandree@kth.se> | 2023-01-21 16:38:52 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2023-01-21 16:38:52 +0100 |
commit | 38d23cbf5b3870830339c9c12fd30bd5270112d8 (patch) | |
tree | f9bdfab6d823497e0b80615acb3d3bde554c1b3d /libglitter_compose_float.c | |
download | libglitter-38d23cbf5b3870830339c9c12fd30bd5270112d8.tar.gz libglitter-38d23cbf5b3870830339c9c12fd30bd5270112d8.tar.bz2 libglitter-38d23cbf5b3870830339c9c12fd30bd5270112d8.tar.xz |
Initial commit
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r-- | libglitter_compose_float.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libglitter_compose_float.c b/libglitter_compose_float.c new file mode 100644 index 0000000..197aaea --- /dev/null +++ b/libglitter_compose_float.c @@ -0,0 +1,4 @@ +/* See LICENSE file for copyright and license details. */ +#define libglitter_compose_double libglitter_compose_float +#define double float +#include "libglitter_compose_double.c" |