X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=csrc%2Fpf_core.h;h=1279e8b717189edb067b59970fee57c5f789cf13;hb=77f603e7a5d5b01af482c34c2eae7e563bd17583;hp=630d1a22f351f6a0a79b6c5fb3b5a93c776c1cbe;hpb=bb6b2dcdd9acffabfd373c4c3f6b64a9cc43f335;p=debian%2Fpforth diff --git a/csrc/pf_core.h b/csrc/pf_core.h index 630d1a2..1279e8b 100644 --- a/csrc/pf_core.h +++ b/csrc/pf_core.h @@ -27,7 +27,8 @@ void pfInitGlobals( void ); void pfDebugMessage( const char *CString ); void pfDebugPrintDecimalNumber( int n ); - + +cell_t pfUnitTestText( void ); #ifdef __cplusplus }