Fork() 1 Parent 3 Children

Hi, as I understand fork(), it makes a copy of the parent which becomes a child. But is there anyway to make three children for that one parent. So in other words, if I look up the getppid() of the children, I want them to have the same value??

Thanks in advance to any help!

If I understand correctly,

let the parent fork 3 times so it will have 3 children