remove binaries

This commit is contained in:
Victor Fernandes 2017-02-01 18:53:01 -05:00
parent 7bc26f0ad9
commit 4763638147
4 changed files with 4 additions and 14 deletions

View File

@ -1,9 +1,9 @@
/* File Name: buffer.h
* Version: 1.16.2
* Author: S^R & Victor Fernandes
* Date: 6 September 2016
* Date: 1 February 2017
* Preprocessor directives, type declarations and prototypes necessary for buffer implementation
* as required for CST8152, Assignment #1, Fall 2016.
* as required for CST8152, Assignment #1, Winter 2017.
*/
#ifndef BUFFER_H_
#define BUFFER_H_
@ -14,7 +14,7 @@
/* standard header files */
#include <stdio.h> /* standard input/output */
#include <malloc.h> /* for dynamic memory allocation. NOTE: USE MALLOC.H FOR LINUX/WINDOWS.THIS IS FOR MACOS ONLY*/
#include <mm_malloc.h> /* for dynamic memory allocation. NOTE: USE MALLOC.H FOR LINUX/WINDOWS.THIS IS FOR MACOS ONLY*/
#include <limits.h> /* implementation-defined data type ranges and limits */
/* constant definitions */

BIN
platy_gnu

Binary file not shown.

Binary file not shown.

View File

@ -19,7 +19,6 @@ Isn't that nice? =:)
CST8152
Autumn, 2016ÿ
6
Printing buffer parameters:
@ -31,13 +30,4 @@ The current mark of the buffer is: 327
Printing buffer contents:
Compilers are fundamental to modern computing.
They act as translators, transforming human-oriented
language into computer-oriented machine-language.
A compiler allows virtually all computer users to
ignore the machine-dependent details of machine language.
Isn't that nice? =:)
CST8152
Autumn, 2016ÿÿ
ÿ