Skip to content

Homework 02: commonlisp2html + code folding#139

Open
Syndamia wants to merge 1 commit into
SofiaCPP:masterfrom
Syndamia:homework2
Open

Homework 02: commonlisp2html + code folding#139
Syndamia wants to merge 1 commit into
SofiaCPP:masterfrom
Syndamia:homework2

Conversation

@Syndamia

Copy link
Copy Markdown

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
Copy Markdown
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