* extras/template/core.prg
* extras/template/corec.c
* extras/template/hbtpl.ch
* extras/template/tests/sample.prg
* extras/template/tests/test.prg
+ comments added
11 lines
110 B
Plaintext
11 lines
110 B
Plaintext
/*
|
|
* $Id$
|
|
*/
|
|
|
|
#include "hbtpl.ch"
|
|
|
|
/* Public API */
|
|
|
|
FUNCTION hbtpl_MyPublicFunction()
|
|
RETURN "It works"
|