ftok() ENOENT: A component of path does not exist, or path is an empty string.
使用环境:Ubuntu11.11 c++错误产生:使用ftok()函数来映射一个键值,函数很简单#include#includekey_tftok(constchar*pathname,intproj_id);即传递一个路径名,一个辅助数值即可唯一定位一个键值代码如下://获取对应的键值
key_tkey=ftok(SEM_PATH,25);其中,#defineSEM_PATH"stuy10015