This file looks large and may slow your browser down if we attempt
to syntax highlight it, so we are showing it without any
pretty colors.
Highlight
it anyway.
| 1 |
#ifndef SDUMP_H |
| 2 |
#define SDUMP_H |
| 3 |
|
| 4 |
#include <stdlib.h> |
| 5 |
|
| 6 |
char *sdump(const char *in, size_t len); |
| 7 |
|
| 8 |
#endif |