Skip to content

fixed bug, missing header for assert is added#364

Open
Vinuthna-G-1091 wants to merge 2 commits intocodenet:mainfrom
Vinuthna-G-1091:fix_header
Open

fixed bug, missing header for assert is added#364
Vinuthna-G-1091 wants to merge 2 commits intocodenet:mainfrom
Vinuthna-G-1091:fix_header

Conversation

@Vinuthna-G-1091
Copy link
Copy Markdown

The code for the p3.c was not compiling because of the missing header for the assert function call
Added #include <assert.h> header file

Copilot AI review requested due to automatic review settings April 25, 2026 08:55
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR fixes a build failure in 08/p3.c by adding the missing standard header required for the assert() call used in the parent process path.

Changes:

  • Add #include <assert.h> to ensure assert() is declared and the file compiles cleanly.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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