Skip to content

Instantly share code, notes, and snippets.

View liovch's full-sized avatar

Lev Zelenskiy liovch

  • Gold Coast, Australia
View GitHub Profile
@liovch
liovch / gist:5158302
Last active December 14, 2015 22:28 — forked from anonymous/gist:5158287
#include <stdio.h>
/*int main(int argc, const char * argv[])*/
void concat(char* str1, char* str2, char* output);
{
int i, j, k;
i = j = k = 0;
while (str1[i] != '\0')