DEBSOURCES
Skip Quicknav
sources / sparse / 0.6.5~rc1-1 / optimize.h
123456789
#ifndef OPTIMIZE_H #define OPTIMIZE_H struct entrypoint; /* optimize.c */ void optimize(struct entrypoint *ep); #endif