Skip to content

Conversation

@Syndamia
Copy link

What

I'm adding my solution to the second homework, which updates commonlisp2html to also have code folding.

Who

Kamen Mladenov - 0MI0800028

Check

  • Do not commit binary files
  • Do not commit generated project files

Comment on lines +94 to +96
char* concat = (char*)malloc(strlen(first) + strlen(second) + strlen(third) + 1);
sprintf(concat, "%s%s%s", first, second, third);
free(second);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So manual memory management ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants