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