abh - HTMLify profile
files of /abh/learning/c/BPPL/Phase-3/chatbot/
#include <stdlib.h>
#include "chatbot.h"
char *ChatBot_chat(ChatBot *chatbot, char *message) {
if (message == NULL || m
#include "chatbot.h"
char *ChatBot_chat(ChatBot *chatbot, char *message) {
if (message == NULL || m
#ifndef CHATBOT_H
#define CHATBOT_H
typedef enum {
SEND,
RECEIVE,
} MsgType;
#define CHATBOT_H
typedef enum {
SEND,
RECEIVE,
} MsgType;
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "ui.h"
#include "chatbot.h"
char *mirror_chat(char *m
#include <stdio.h>
#include <string.h>
#include "ui.h"
#include "chatbot.h"
char *mirror_chat(char *m
#define _XOPEN_SOURCE_EXTENDED
#include <ncursesw/ncurses.h>
#include <string.h>
#include <locale.h>
#include "chatbot.h"
#
#include <ncursesw/ncurses.h>
#include <string.h>
#include <locale.h>
#include "chatbot.h"
#