Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
hexa_str prototype changed to allow right-to-left display (for little endian pointers)
[simgrid.git] / src / portable.h
index b227f89de3980ba2d9a0acad0faa7c36e1ed5f71..835de982dfce486742790311d992dab19c20ceb9 100644 (file)
@@ -189,6 +189,6 @@ extern int vasnprintf(char **ptr, size_t str_m, const char *fmt, va_list ap);
  **** Some debugging functions. Can't we find a better place for this??
  ****/
 void hexa_print(const char*name, unsigned char *data, int size);
-const char *hexa_str(unsigned char *data, int size);
+const char *hexa_str(unsigned char *data, int size, int downside);
 
 #endif /* GRAS_PORTABLE_H */