#include int shmget(key_t key, size_t size, int shmflg) { return 0; } /* XOPEN(4) */