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