Skip to content

Commit

Permalink
fizzbuzz71.c: Add a macro for <stdio.h>
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith-S-Thompson committed Jan 22, 2016
1 parent 0050be0 commit ca86ab8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fizzbuzz71.c
Expand Up @@ -24,8 +24,9 @@
#define THEN ) {
#define THREE 3
#define ZERO 0
#define STANDARD_INPUT_OUTPUT <stdio.h>

#include <stdio.h>
#include STANDARD_INPUT_OUTPUT

PROGRAM FIZZBUZZ71 IS
BEGIN
Expand Down

0 comments on commit ca86ab8

Please sign in to comment.