C++程序  |  7行  |  93 B

#include <string.h>
void *_dlsym(const char *sym)
{
#include "static-syms.h"
	return NULL;
}