1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
/** * @file pragma_cleanup.h * * @author Guy Maurel * @license GPL v2+ */ #ifndef PRAGMA_CLEANUP_H_INCLUDED #define PRAGMA_CLEANUP_H_INCLUDED // cleanup the pagma line(s) void pragma_cleanup(); #endif /* PRAGMA_CLEANUP_H_INCLUDED */