1 2 3 4 5 6 7 8 9 10 11
#include <sys/ipc.h> key_t ftok(const char *path, int id) { key_t key; return key; } /* XOPEN(400) */