From 896e28812c51b9ffdf3efc00c7d7ef699e380a58 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sun, 16 Aug 2020 14:00:51 -0400 Subject: formatting --- src/setjmp/jmp_buf.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/setjmp') diff --git a/src/setjmp/jmp_buf.c b/src/setjmp/jmp_buf.c index 09786eea..5654ebba 100644 --- a/src/setjmp/jmp_buf.c +++ b/src/setjmp/jmp_buf.c @@ -1,9 +1,7 @@ -#include +typedef unsigned long int jmp_buf[32]; /** program environment **/ -typedef unsigned long int jmp_buf[32]; - /*** is used to hold all the information needed to restore a a calling environment. -- cgit v1.2.1