formatting

This commit is contained in:
Joseph Poirier 2015-06-18 15:53:11 -05:00
parent 011ee0f3eb
commit 26b21d04be
9 changed files with 43 additions and 34 deletions

View file

@ -1,5 +1,6 @@
/* */ /* */
#include <ctype.h> #include <ctype.h>
#include "../interpreter.h" #include "../interpreter.h"

View file

@ -1,5 +1,6 @@
/* */ /* */
#include <errno.h> #include <errno.h>
#include "../interpreter.h" #include "../interpreter.h"

View file

@ -1,5 +1,6 @@
/* */ /* */
#include <math.h> #include <math.h>
#include "../interpreter.h" #include "../interpreter.h"

View file

@ -1,5 +1,6 @@
/* */ /* */
#include <stdbool.h> #include <stdbool.h>
#include "../interpreter.h" #include "../interpreter.h"

View file

@ -1,6 +1,7 @@
/* */ /* */
#include <stdio.h> #include <stdio.h>
#include <errno.h> #include <errno.h>
#include "../interpreter.h" #include "../interpreter.h"
#define MAX_FORMAT (80) #define MAX_FORMAT (80)

View file

@ -1,5 +1,6 @@
/* */ /* */
#include <stdlib.h> #include <stdlib.h>
#include "../interpreter.h" #include "../interpreter.h"

View file

@ -1,5 +1,6 @@
/* */ /* */
#include <string.h> #include <string.h>
#include "../interpreter.h" #include "../interpreter.h"

View file

@ -1,5 +1,6 @@
/* */ /* */
#include <time.h> #include <time.h>
#include "../interpreter.h" #include "../interpreter.h"

View file

@ -1,6 +1,7 @@
/* */ /* */
#include <limits.h>
#include <fcntl.h> #include <fcntl.h>
#include <limits.h>
#include "../interpreter.h" #include "../interpreter.h"