#include #include int main(int argc,char **argv) { char* ptr; ptr=shmat(0,ptr,IPC_CREAT); fork(); }