17 lines
348 B
C
17 lines
348 B
C
/****************************************************************************
|
|
*
|
|
* FILE: Friends.h
|
|
*
|
|
* CONTENTS: Friends-Related Utility Function Prototypes
|
|
*
|
|
****************************************************************************/
|
|
|
|
#ifndef _FRIENDS_H_
|
|
#define _FRIENDS_H_
|
|
#include <clink.h>
|
|
|
|
// Functions:
|
|
|
|
#endif // ! _FRIENDS_H_
|
|
|