Ignore:
Timestamp:
Oct 19, 2013, 12:38:33 AM (11 years ago)
Author:
ertl-hiro
Message:

ASP Release 1.9.0 への追従。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asp_wo_cfg/trunk/library/test_lib.c

    r49 r62  
    33 *      Toyohashi Open Platform for Embedded Real-Time Systems
    44 *
    5  *  Copyright (C) 2005-2011 by Embedded and Real-Time Systems Laboratory
     5 *  Copyright (C) 2005-2013 by Embedded and Real-Time Systems Laboratory
    66 *              Graduate School of Information Science, Nagoya Univ., JAPAN
    77 *
     
    7171
    7272/*
     73 *  テストプログラムの開始
     74 */
     75void
     76test_start(char *progname)
     77{
     78        syslog_1(LOG_NOTICE, "Test program: %s", progname);
     79}
     80
     81/*
    7382 *  システムログの出力処理
    7483 */
Note: See TracChangeset for help on using the changeset viewer.