* /harbour/* -> /*
* moved whole Harbour source tree one level up to
avoid single 'harbour' top dir
11 lines
110 B
Plaintext
11 lines
110 B
Plaintext
/*
|
|
* $Id$
|
|
*/
|
|
|
|
#include "hbtpl.ch"
|
|
|
|
/* Public API */
|
|
|
|
FUNCTION hbtpl_MyPublicFunction()
|
|
RETURN "It works"
|