This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
int main(int argc, char *argv[]); | |
void basic_1_if(__size32 param1); | |
void basic_2_if_else(__size32 param1); | |
void basic_3_if_elseif(int param1); | |
void basic_4_if_elseif_else(__size32 param1); | |
void basic_5_head_controlled_loop(__size32 param1); | |
void basic_6_tail_controlled_loop(__size32 param1); | |
void basic_7_for_loop(); | |
void basic_8_forever_loop(__size32 param1); | |
void basic_9_dead_block(); |