Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Implement a dict_hash_ext function able to deal with non-null-terminated strings...
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 22 Aug 2006 22:27:24 +0000 (22:27 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 22 Aug 2006 22:27:24 +0000 (22:27 +0000)
commit56fa1c897b84e3ae4c2849285def19575dd27611
treeaf36fabc9f031e96da2bf650885aed8da877ef32
parenta5002aa59bfa50b9570c77c15e6b236af24d2685
Implement a dict_hash_ext function able to deal with non-null-terminated strings so that we can use the version written by Christophe in dict_get, where we assume that the string is null-terminated and don't want to pay a strlen for nothing

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2731 48e7efb5-ca39-0410-a469-dd3cf9ba447f
src/xbt/dict.c