29 lines
466 B
C
29 lines
466 B
C
/*
|
|
* LogUtil.h
|
|
*
|
|
* header file for PmConnectorTest
|
|
*
|
|
* This wizard-generated code is based on code adapted from the
|
|
* stationery files distributed as part of the Palm OS SDK 4.0.
|
|
*
|
|
* Copyright (c) 2006 Palm, Inc. or its subsidiaries.
|
|
* All rights reserved.
|
|
*/
|
|
|
|
/** @ingroup PmConnectorTest
|
|
*
|
|
**/
|
|
|
|
/** @file LogUtil.h
|
|
* This file contains log utility functions for PmConnectorTest
|
|
**/
|
|
|
|
/** @name
|
|
*
|
|
**/
|
|
/*@{*/
|
|
|
|
void PrintToField(const char *str);
|
|
|
|
/*@}*/
|