aboutsummaryrefslogtreecommitdiffstats
path: root/sdump.h
blob: 478b9720c8a050e2cc0e3404fd52c3d32ed4b6ea (plain)
1
2
3
4
5
6
7
8
#ifndef SDUMP_H
#define SDUMP_H

#include <stdlib.h>

char *sdump(const char *in, size_t len);

#endif