Changeset 23 in libcf for trunk/test/test.c


Ignore:
Timestamp:
02/02/13 10:06:15 (11 years ago)
Author:
cheese
Message:

#1 change local functions in source code to static functions and some comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/test.c

    r22 r23  
    1 /*
    2  * cf.c
     1/**
     2 * test.c
    33 */
    44#include "cf_file.h"
     
    260260    for (iter = 0 ; iter < THREAD_POOL ; iter++)
    261261    {
    262         int st;
    263262        CF_DEBUG_PRINT (stderr, "tid[%d] 0x%08x\n", iter, tid[iter]);
    264263        CF_Thread_Join (&tid[iter]);
Note: See TracChangeset for help on using the changeset viewer.