diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-10-31 05:01:07 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-10-31 05:01:07 +0100 |
commit | 1cf6842543cbbea5564d2908791f3251c60f3d73 (patch) | |
tree | 2e71adc36358b7acccecf8ece8de99400ae3d8a3 /include/bits | |
parent | update todo (diff) | |
download | slibc-1cf6842543cbbea5564d2908791f3251c60f3d73.tar.gz slibc-1cf6842543cbbea5564d2908791f3251c60f3d73.tar.bz2 slibc-1cf6842543cbbea5564d2908791f3251c60f3d73.tar.xz |
doc
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'include/bits')
-rw-r--r-- | include/bits/types.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/bits/types.h b/include/bits/types.h index b7d0bd6..8e40b87 100644 --- a/include/bits/types.h +++ b/include/bits/types.h @@ -23,6 +23,9 @@ #include <bits/intconf.h> +/* TODO [u]int(|_least|_fast)$N_t are compiler-dependent and may even + * be compiler-flag-dependent. Some CPP-magic is required to + * figure there exact underlaying intrinsic type and existence. */ /* Ensure that dependencies for type are defined. */ |