OSDN Git Service

I was library can be compiled 20140223
[zither/ds-zither.git] / libms / self_delim_get.c
similarity index 83%
rename from sources/lib/libms/self_delim_get.c
rename to libms/self_delim_get.c
index 46bdab7..e14c6ee 100644 (file)
@@ -1,12 +1,12 @@
-// 固定長のデリミターカット
-// dataはlen分の長さが保証されていること
+// self_delim_get.c 
+// masashi shimakura 20140223
 
 #include<stdio.h>
 #include<string.h>
 #include <errno.h>
 #include <stdlib.h>
 
-#include "almemsys.h"
+#include "libms.h"
 
 
 int self_delim_get(char * swap, char * data, char delim, int target, int len)