[cs631apue] Midterm Project

Jan Schaumann jschauma at stevens.edu
Wed Oct 15 14:02:46 EDT 2014


ktiruma1 <ktiruma1 at stevens.edu> wrote:

> if ((ftsp =fts_open(argv, options, f_nosort ? NULL : mastercmp)) ==  
> NULL)
>
> where is loop and calls the compare function ,  so can I use the similar  
> function or would it be considered as copied ?

Yes, you can use the same approach, but be aware that the more you look
at the existing implementations, the harder it will befor you to _not_
use their code or to write your code to be just like that.

-Jan


More information about the cs631apue mailing list