diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-08-03 15:06:59 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-08-03 15:06:59 -0400 |
| commit | 16c2e3f590d5136e90a4d195a877502faa544715 (patch) | |
| tree | cc07e362b4f64e85e510b1fd281d038371a6feba /types.h | |
| parent | 52544344f10f0383d54795099c6b3a4f627c579a (diff) | |
Incrementally moving towards passing array entry sizes explicitly
Diffstat (limited to 'types.h')
| -rw-r--r-- | types.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -136,6 +136,7 @@ bool can_have_cycles(type_t *t); type_t *replace_type(type_t *t, type_t *target, type_t *replacement); size_t type_size(type_t *t); size_t type_align(type_t *t); +size_t padded_type_size(type_t *t); type_t *get_field_type(type_t *t, const char *field_name); // vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1,\:0 |
