#ifndef __SYMBOLS_H #define __SYMBOLS_H void *resolve_symbol(const char *name); #endif /* __SYMBOLS_H */