Changes in uspace/lib/pcm/src/format.c [5a6cc679:b7fd2a0] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/pcm/src/format.c
r5a6cc679 rb7fd2a0 41 41 42 42 #include "format.h" 43 44 #define uint8_t_le2host(x) (x) 45 #define host2uint8_t_le(x) (x) 46 #define uint8_t_be2host(x) (x) 47 #define host2uint8_t_be(x) (x) 43 48 44 49 #define int8_t_le2host(x) (x)
Note:
See TracChangeset
for help on using the changeset viewer.