1 2 3 4 5 6 7 8 9 10 11
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: }