OSDN Git Service

I was library can be compiled 20140223
[zither/ds-zither.git] / libms / self_convert_data.c
similarity index 80%
rename from sources/lib/libms/self_convert_data.c
rename to libms/self_convert_data.c
index f0e79e8..3ad387e 100644 (file)
@@ -1,12 +1,12 @@
-/* -- selef_convert_data() -- */
-/* -- 20120910                */
+// selef_convert_data()
+// masashi shimakura 20130223
 
 #include <stdio.h>
 #include <string.h>
 #include <iconv.h>
 #include <errno.h>
 
-#include "almemsys.h"
+#include "libms.h"
 
 
 int self_convert_data(const char * input_code, const char * output_code, char * outbuf, size_t buf_size)