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