You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
364 B
16 lines
364 B
/****************************************************************************
|
|
*
|
|
* FILE: Friends.h
|
|
*
|
|
* CONTENTS: Friends-Related Utility Function Prototypes
|
|
*
|
|
****************************************************************************/
|
|
|
|
#ifndef _FRIENDS_H_
|
|
#define _FRIENDS_H_
|
|
#include <clink.h>
|
|
|
|
// Functions:
|
|
|
|
#endif // ! _FRIENDS_H_
|
|
|