hackedteam/vector-dropper

View on GitHub
RCSDropper/smc.h

Summary

Maintainability
Test Coverage
#ifndef _SMC_H
#define _SMC_H

#define END_OF(x) #x ## "_End"
#define FUNCTION_END_DECL(x) void x ## _End()
#define FUNCTION_END(x) FUNCTION_END_DECL(x) { char * y = END_OF(x); return; }

#endif /* _SMC_H */