pso_gc_tools/textconv.h
2021-03-20 14:04:57 -04:00

12 lines
168 B
C

#ifndef TEXTCONV_H_INCLUDED
#define TEXTCONV_H_INCLUDED
#include <stdio.h>
#include <iconv.h>
#include "retvals.h"
int sjis_to_utf8(char *s, size_t length);
#endif