PaCO++
0.05
|
00001 // This file defines the descr structure 00002 // of the Identity library. 00003 00004 module IdentityLib 00005 { 00006 struct IdentityDescr 00007 { 00008 long llen; // taille totale 00009 }; 00010 }; 00011 00012