Waitrud Weber’s blog

things and reminders for memories

Comments Rule 001 : we could use "we" as process

In the function. the function might return value, but the process would still continued inside the function depending on situations. Elder comments indicates "If we're still here, ..."

 

Rule 001: We could use "we" as cooment as program.

xcuts.c
788 :	XFree((void *) data);
789 :	return data1;
790 :      }
791 :    }
792 :  }
793 :
794 :  
795 :  /* if we're still here, then the prop method was less than successful. 
796 :     use the file method, instead */
797 :
798 :  if (!clipfname) makeClipFName();
799 :
800 :  fp = fopen(clipfname, "r");
801 :  if (!fp) {