GITLAB
mbutaye
/
PSR_2017
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
a1657fa76c792ab473add2356b0e11e24ece21e1
Authored by
aarnaude
2017-03-07 08:46:51 +0100
2 parents
a4430e6e
c8348cb0
Merge branch 'master' of archives.plil.fr:mbutaye/PSR_2017
Showing
1 changed file
with
6 additions
and
1 deletions
Show diff stats
proto.h
Inline
Side-by-side
proto.h
Wrap text
Show/Hide comments
View file @
a1657fa
1
1
2
2
3
3
struct typedef Donnees{
4
-
4
+ char TypeMessage;
5
+ char IdBaseHigh;
6
+ char IdBaseLow;
7
+ char IdShirtHigh;
8
+ char IdShirtLow;
9
+ char Data[4];
5
10
}
...
...