Skip to content

Commit 233815f

Browse files
committed
Rename C example from reduce to for
1 parent b2326c2 commit 233815f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

c/reduce/reduce.c renamed to c/for/for.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include "reduce.h"
1+
#include "for.h"
22

33
/*
44
I'm certain I've comitted all kinds of C sins with this.

c/reduce/reduce.h renamed to c/for/for.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#ifndef REDUCE_H
2-
#define REDUCE_H
1+
#ifndef FOR_H
2+
#define FOR_H
33

44
#include <stdio.h>
55

0 commit comments

Comments
 (0)