NTK and The NTK Project
are properties of Jn Dechereux
Home | Documentation | FAQ.
Vanilla 1.1.8 is a product of Lussumo. More Information: Documentation, Community Support.
#pragma BEGINDUMP
#include <windows.h>
#include "hbapi.h"
#include "hbvm.h"
#include "hbstack.h"
#include "hbapiitm.h"
// ---------------------------------------------------------
// my_peek(<nPtr>,[<nCnt>]) --> cStr
// ---------------------------------------------------------
HB_FUNC( MY_PEEK )
{
if ( hb_pcount()==2 )
hb_retclen( (char *) hb_parnl(1), hb_parni(2) );
else
hb_retc( (char *) hb_parnl(1) );
}
#pragma ENDDUMP
1 to 4 of 4