def-source source0.c open yes function open is defined in source0.c: 6: /* 7: * Comment about open. 8: */ 9: int open() 10: { 11: return 0; 12: }