1 2 3 4 5 6 7 8 9 10 11
def-source source0.c open yes function open is defined in source0.c: 11: /* 12: * Comment about open. 13: */ 14: int open() 15: { 16: return 0; 17: }