Skip to content

Commit 447c957

Browse files
committed
update readme
1 parent a4a1e7f commit 447c957

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Readme.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,10 @@ next methods using stream mode:
4545

4646
### Normal Mode
4747
Assume this for all examples below
48+
49+
C++ Code:
4850
```c++
49-
//Must one byte algin
51+
//C++ struct define Must one byte algin
5052
struct head{
5153
int mainType;
5254
int subType;
@@ -63,6 +65,7 @@ struct msg{
6365
long long testin64;
6466
};
6567
```
68+
Nodejs code:
6669
```js
6770
var cppMsg = require('./cppMsg.js');
6871

0 commit comments

Comments
 (0)