#ifndef __FINDALLR_HPP #define __FINDALLR_HPP void findAllReferences(const char *filename, char *ref[], int maxrefs, int *refs); #endif