Synopsis
Get the number of occurrences of `needle` in `haystack`
- Version
 - 0.0.2
 - Source
 - stephenmathieson/occurrences.c
 - License
 - MIT
 
API
Details
- occurrences ()
 - 
            
int occurrences (const char * , const char * );
 
Get the number of occurrences of `needle` in `haystack`
int occurrences (const char * , const char * );