Search:

Type: Posts; User: patiobarbecue

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    4,153

    I think lfind() will call strcmp() with "aName"...

    I think lfind() will call strcmp() with "aName" and one of obj[0], obj[1], ...int turn. However the result is not what I wanted. Any suggection?
  2. Replies
    3
    Views
    4,153

    lfind() and strcmp()

    Dear there, I got inconsistent result on using lfind() and strcmp(), can anyone help me out? Thanks.


    #include <stdlib.h>
    #include <stdio.h>
    #include <ctype.h>
    #include <search.h>
    #include...
Results 1 to 2 of 2