Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use unsigned long long instead of uint64_t for sg_size_t.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Mon, 18 Nov 2013 21:19:00 +0000 (22:19 +0100)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Mon, 18 Nov 2013 21:27:42 +0000 (22:27 +0100)
commitcb462a8ced7fd3a3fc92e6990fb23514d4591902
treed54924f86549af6ed821d9a1fd30cda4d4b435d1
parent937b2ff83159c681aa89d051f003a0828f6c44f6
Use unsigned long long instead of uint64_t for sg_size_t.

It's at least 64bits long, and the printf/scanf format is prettier/easier to write.
examples/msg/io/file.c
examples/msg/io/file_unlink.c
examples/msg/io/storage.c
include/simgrid/platf.h
src/msg/msg_io.c
src/msg/msg_vm.c
src/surf/storage.cpp
teshsuite/msg/storage/storage_basic.c
tools/spell/sg_stopwords.txt