#include "stdio.h"
#include "windows.h"
#include "stdlib.h"
#include "string.h"
typedef enum bool{
false,
true
} bool;
void combStr(char **dest,char **source, int count){
int strbuff = 0;
for (int i=1; i

#include "stdio.h"
#include "windows.h"
#include "stdlib.h"
#include "string.h"
typedef enum bool{
false,
true
} bool;
void combStr(char **dest,char **source, int count){
int strbuff = 0;
for (int i=1; i