X-Git-Url: http://git.subgeniuskitty.com/pforth/.git/blobdiff_plain/3760715f6e313ff90da32399fa1903c54f69d59b..e2531e837774276f6ffb3b284703c594644761f8:/csrc/pf_core.h 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 }