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_psHash03.c

    r560 r584  
    55 *****************************************************************************/
    66#include <stdio.h>
     7#include <string.h>
    78#include "pslib.h"
    89#include "psTest.h"
     
    3132}
    3233
    33 main()
     34int main()
    3435{
    3536    psHash *myHashTable = NULL;
     
    8182                testStatus);
    8283
    83     exit(!testStatus);
     84    return (!testStatus);
    8485}
Note: See TracChangeset for help on using the changeset viewer.