Changeset d1582b50 in mainline for uspace/lib/bithenge/src/compound.c
- Timestamp:
- 2020-12-14T20:41:53Z (4 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 02fe42e
- Parents:
- 1382446
- git-author:
- Jiri Svoboda <jiri@…> (2020-12-14 20:33:54)
- git-committer:
- Jiri Svoboda <jiri@…> (2020-12-14 20:41:53)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/bithenge/src/compound.c
r1382446 rd1582b50 42 42 #include "common.h" 43 43 44 /***************** compose_transform *****************/ 44 /* 45 * compose_transform 46 */ 45 47 46 48 typedef struct { … … 148 150 } 149 151 150 /***************** if_transform *****************/ 152 /* 153 * if_transform 154 */ 151 155 152 156 typedef struct { … … 260 264 } 261 265 262 /***************** partial_transform *****************/ 266 /* 267 * partial_transform 268 */ 263 269 264 270 typedef struct {
Note:
See TracChangeset
for help on using the changeset viewer.