Changes in uspace/lib/pcm/src/format.c [5cbccd4:b1dfe13] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/pcm/src/format.c
r5cbccd4 rb1dfe13 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.