19 lines
643 B
C
Executable File
19 lines
643 B
C
Executable File
/****************************************************************/
|
|
/* NAME: Xiaobin Zeng */
|
|
/* ORGN: MIT Cambridge MA */
|
|
/* FILE: SurfaceSupportComm_Info.h */
|
|
/* DATE: Dec 29th 1963 */
|
|
/****************************************************************/
|
|
|
|
#ifndef SurfaceSupportComm_INFO_HEADER
|
|
#define SurfaceSupportComm_INFO_HEADER
|
|
|
|
void showSynopsis();
|
|
void showHelpAndExit();
|
|
void showExampleConfigAndExit();
|
|
void showInterfaceAndExit();
|
|
void showReleaseInfoAndExit();
|
|
|
|
#endif
|
|
|