You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
307 B

/**
* @file enum_cleanup.h
*
* @author Guy Maurel Juli 2018
* @license GPL v2+
*/
#ifndef ENUM_CLEANUP_H_INCLUDED
#define ENUM_CLEANUP_H_INCLUDED
/**
* Scans through the whole list and does stuff.
* works on the last comma within enum
*/
void enum_cleanup();
#endif /* ENUM_CLEANUP_H_INCLUDED */