Ignore:
Timestamp:
Jun 24, 2012, 7:42:09 PM (12 years ago)
Author:
okuma-top
Message:

totally brush up

File:
1 edited

Legend:

Unmodified
Added
Removed
  • SimpleSample/trunk/SimpleSample/src/tSimple.c

    r30 r34  
    3030 * #[</ENTRY_FUNC>]# */
    3131void
    32 eBody_main()
     32eBody_main(CELLIDX idx)
    3333{
     34        CELLCB  *p_cellcb;
    3435        char   buf[256];
     36        if (VALID_IDX(idx)) {
     37                p_cellcb = GET_CELLCB(idx);
     38        }
     39        else {
     40                /* エラー処理コードをここに記述します */
     41        } /* end if VALID_IDX(idx) */
    3542
    3643#define N_HELLO 3
Note: See TracChangeset for help on using the changeset viewer.