Changeset 23 in libcf for trunk/src/cf_debug.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/src/cf_debug.c

    r18 r23  
    3636} S_CF_DEBUG_CALLSTACK, CF_DEBUG_CALLSTACK;
    3737
    38 /* implementation of CF_Debug_Ctx */
    3938typedef struct __cf_debug_ctx__
    4039{
     
    4847} S_CF_DEBUG_CTX, CF_DEBUG_CTX;
    4948
    50 int
     49static int
    5150CF_Debug_Local_Print (FILE          * fp,
    5251                      const char    * file,
     
    6261}
    6362
    64 int
     63static int
    6564CF_Debug_Local_PrintBin (FILE                   * fp,
    6665                         const char             * file,
Note: See TracChangeset for help on using the changeset viewer.