This website works better with JavaScript.
Home
Explore
Help
Sign In
shenmc
/
bitstream
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
common.h: Add includes that are used almost everywhere.
master
Georgi Chorbadzhiyski
13 years ago
parent
325354bf56
commit
b66ef89486
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
common.h
+ 4
- 0
common.h
View File
@ -29,6 +29,10 @@
#
ifndef __BITSTREAM_COMMON_H__
#
define __BITSTREAM_COMMON_H__
#
include
<stdint.h> /* uint8_t, uint16_t, etc... */
#
include
<stdbool.h> /* bool */
#
include
<string.h> /* memset, memcpy */
#
ifdef __cplusplus
extern
"
C
"
{
Write
Preview
Loading…
Cancel
Save