Changeset 151 in libcf for trunk/test/debug.c


Ignore:
Timestamp:
10/31/13 10:17:24 (11 years ago)
Author:
cheese
Message:

#1 fix interface and add util module

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/debug.c

    r135 r151  
    88#include <string.h>
    99
    10 void callee3 (void) {
     10void callee3 (void)
     11{
    1112    CF_DEBUG_BEGIN_FUNCTION;
    1213
     
    1819}
    1920
    20 void callee2 (void) {
     21void callee2 (void)
     22{
    2123    CF_DEBUG_BEGIN_FUNCTION;
    2224
     
    2830}
    2931
    30 void callee1 (void) {
     32void callee1 (void)
     33{
    3134    CF_DEBUG_BEGIN_FUNCTION;
    3235
     
    3841}
    3942
    40 int main (void) {
     43int main (void)
     44{
    4145    char data[] =
    4246        "【 曲名 : 사랑하고 있는데 】\n"
Note: See TracChangeset for help on using the changeset viewer.