#include //for the macro EXIT_SUCCESS #include "placental.h" int main() { const placental p {10, 20, 30, 40}; return EXIT_SUCCESS; }