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.

16 lines
284 B

/**
* @file parameter_pack_cleanup.h
*
* @author Guy Maurel
* @license GPL v2+
*/
#ifndef PARAMETER_PACK_CLEANUP_H_INCLUDED
#define PARAMETER_PACK_CLEANUP_H_INCLUDED
#include "uncrustify_types.h"
void parameter_pack_cleanup();
#endif /* PARAMETER_PACK_CLEANUP_H_INCLUDED */