From 4d6a7c78e82718b77d647f6c048b4438bcf1cf65 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sat, 2 Mar 2019 11:48:33 -0500 Subject: clean up documentation --- src/setjmp/jmp_buf.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/setjmp/jmp_buf.c') diff --git a/src/setjmp/jmp_buf.c b/src/setjmp/jmp_buf.c index 6ea7efff..09786eea 100644 --- a/src/setjmp/jmp_buf.c +++ b/src/setjmp/jmp_buf.c @@ -1,8 +1,9 @@ #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. @@ -10,7 +11,5 @@ environment. /* TYPEDEF(an array type) -*/ -/* STDC(1) */ -- cgit v1.2.1