Commit a1657fa76c792ab473add2356b0e11e24ece21e1

Authored by aarnaude
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
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 }
... ...