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.

20 lines
365 B

/**
* @file rewrite_infinite_loops.h
* prototypes for rewrite_infinite_loops.cpp
*
* @author Alex Henrie
* @license GPL v2+
*/
#ifndef REWRITE_INFINITE_LOOPS_H_INCLUDED
#define REWRITE_INFINITE_LOOPS_H_INCLUDED
/**
* @brief Rewrite infinite loops in a consistent syntax
*/
void rewrite_infinite_loops();
#endif /* REWRITE_INFINITE_LOOPS_H_INCLUDED */