Add functions fwrite_le16() and fwrite_le32() master
authorAntonio Ospite <ospite@studenti.unina.it>
Thu, 6 Jan 2011 12:16:38 +0000 (13:16 +0100)
committerAntonio Ospite <ospite@studenti.unina.it>
Thu, 6 Jan 2011 12:23:17 +0000 (13:23 +0100)
commit1a954d251ea3f121679d4ccbebbf7804a052024a
tree67aa1728a5673c02c6aa23a4b2d9c030774c5bbb
parent6b53484d0c99f28083876e22d4c43e64e4c21052
Add functions fwrite_le16() and fwrite_le32()

These make the code more readable and fix the following error from some
compilers:
  error: lvalue required as unary '&' operand

Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>
wav_header.c