PRC_Init

C Specification

#include <nitro/prc.h>

void PRC_Init(void);

Arguments

None

Return Values

None

Description

Initializes the pattern recognition API. Call this before calling any other PRC_*.

See Also

PRC_InitPrototypeDB*, PRC_InitInputPattern*, PRC_GetRecognizedEntry*

Revision History

06/23/2004 Initial Version