Changeset 20667af in mainline for uspace/lib/riff/include
- Timestamp:
- 2020-11-21T19:56:45Z (5 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 68698ba
- Parents:
- 06d0c81
- git-author:
- Jiri Svoboda <jiri@…> (2020-11-21 19:25:27)
- git-committer:
- Jiri Svoboda <jiri@…> (2020-11-21 19:56:45)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/riff/include/types/riff/chunk.h
r06d0c81 r20667af 54 54 typedef struct { 55 55 FILE *f; 56 /** Current file position */ 57 long pos; 56 58 } riffr_t; 57 59
Note:
See TracChangeset
for help on using the changeset viewer.