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
Add revision macros for 1.0.0
master
Christophe Massiot
13 years ago
parent
b47bc0daf7
commit
cc9c20cbdd
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
@ -32,6 +32,10 @@
#
include
<stdbool.h> /* bool */
#
include
<string.h> /* memset, memcpy */
#
define BITSTREAM_VERSION_MAJOR 1
#
define BITSTREAM_VERSION_MINOR 0
#
define BITSTREAM_VERSION_REVISION 0
#
ifdef __cplusplus
extern
"
C
"
{
Write
Preview
Loading…
Cancel
Save