IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 5, 2004, 2:20:50 PM (22 years ago)
Author:
harman
Message:

Update makefile and *.c files with warnings that caused build to fail

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/sysUtils/tst_psHash02.c

    r560 r584  
    66 *****************************************************************************/
    77#include <stdio.h>
     8#include <string.h>
    89#include "pslib.h"
    910#include "psTest.h"
     
    3233}
    3334
    34 main()
     35int main()
    3536{
    3637    psHash *myHashTable = NULL;
     
    6869                testStatus);
    6970
    70     exit(!testStatus);
     71    return (!testStatus);
    7172}
Note: See TracChangeset for help on using the changeset viewer.