1 int
creat(path,mode)2 creat(path, mode)
3      const char *path;
4      int mode;
5 {
6   return _creat (path, mode);
7 }
8