Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by maggmich

  1. maggmich

    void function - return value

    Hello! Why shouldn't I implement a return-value f. ex. "return(0)" into a void function? I heard this once in terms of tidy programming. f. i.: void writeString(char *str) { printf("%s",str); // return(0); ?????? I shouldn't! Why? } Yours Jürgen

Part and Inventory Search

Back
Top