[System] Use GZipStream from corefx
[mono-project.git] / mono / dis / util.h
blobd8ff7bfb12fdd05682761938d04c4772ee36d0a4
1 typedef struct {
2 int code;
3 const char *str;
4 } dis_map_t;
6 const char *map (guint32 code, dis_map_t *table);
7 const char *flags (guint32 code, dis_map_t *table);
8 void hex_dump (const char *buffer, int base, int count);
9 char* data_dump (const char *data, int len, const char* prefix);
11 extern int dis_isinf (double num);
12 extern int dis_isnan (double num);