diff options
| author | Julian Weigt <juw@posteo.de> | 2026-01-14 12:04:01 +0100 |
|---|---|---|
| committer | Julian Weigt <juw@posteo.de> | 2026-02-04 15:55:52 +0100 |
| commit | 8e5bf1e894d36ee939653da7bf029f7a10f002d6 (patch) | |
| tree | 37540923adf0ed8d9916f6da2e9a25f2390b8617 /double.c | |
| parent | dc3963fc6626dda89dcce35e9f3e73151ab7f3e5 (diff) | |
Add stdbool.h everywhere.
Diffstat (limited to 'double.c')
| -rw-r--r-- | double.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ #include <stdlib.h> #include <math.h> #include <stdio.h> +#include <stdbool.h> double int_to_valuetype(int i){ return (double) i; } |
