From 719be73360ebf8a65038a90ea82ea4e290759df1 Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Mon, 23 Jun 2014 11:47:32 -0400 Subject: Fixed GTN --- chatbot.c | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'chatbot.c') diff --git a/chatbot.c b/chatbot.c index 3cb5c36..7ef3b69 100644 --- a/chatbot.c +++ b/chatbot.c @@ -3,19 +3,6 @@ #include "strings.h" #include #include -void remove_punct(char* buf) -{ - for(int i=0;buf[i];++i) - { - for(int j=0;j -- cgit v1.1