Skip to content
andresvanegas19 edited this page Apr 17, 2020 · 2 revisions

fork() duplicates the process, so after calling fork there are actually 2 instances of your program running.

Clone this wiki locally