OSDN Git Service

I was library can be compiled 20140223
[zither/ds-zither.git] / libms / convert.c
similarity index 90%
rename from sources/lib/libms/convert.c
rename to libms/convert.c
index b637782..7f841cb 100644 (file)
@@ -1,12 +1,12 @@
-/* -- selef_convert_data() -- */
-/* -- 20120910                */
+// convert.c
+// masashi shimakura 20140223
 
 #include <stdio.h>
 #include <string.h>
 #include <iconv.h>
 #include <errno.h>
 
-#include "almemsys.h"
+#include "libms.h"
 
 
 int convert(const char *input_code, const char *output_code, const char *input_text, char *output_buf, size_t output_bufsize)