Skip to content

Commit 14cb455

Browse files
committed
myfirst commit
1 parent 3faa661 commit 14cb455

File tree

5 files changed

+36
-0
lines changed

5 files changed

+36
-0
lines changed

.idea/.gitignore

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/C.iml

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules.xml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/vcs.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

audio/alaw.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@
2323
#include <assert.h> /// for assert
2424
#include <inttypes.h> /// for appropriate size int types
2525
#include <stdio.h> /// for IO operations
26+
#include <stdio.h> /// for IO operations
27+
#include <stdio.h> /// for IO operations
28+
#include <stdio.h> /// for IO operations
29+
#include <stdio.h> /// for IO operations
30+
#include <stdio.h> /// for IO operations
2631

2732
/* length of test inputs */
2833
#define LEN ((size_t)8)

0 commit comments

Comments
 (0)