remove binaries
This commit is contained in:
parent
7bc26f0ad9
commit
4763638147
6
buffer.h
6
buffer.h
|
@ -1,9 +1,9 @@
|
||||||
/* File Name: buffer.h
|
/* File Name: buffer.h
|
||||||
* Version: 1.16.2
|
* Version: 1.16.2
|
||||||
* Author: S^R & Victor Fernandes
|
* Author: S^R & Victor Fernandes
|
||||||
* Date: 6 September 2016
|
* Date: 1 February 2017
|
||||||
* Preprocessor directives, type declarations and prototypes necessary for buffer implementation
|
* 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_
|
#ifndef BUFFER_H_
|
||||||
#define BUFFER_H_
|
#define BUFFER_H_
|
||||||
|
@ -14,7 +14,7 @@
|
||||||
|
|
||||||
/* standard header files */
|
/* standard header files */
|
||||||
#include <stdio.h> /* standard input/output */
|
#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 */
|
#include <limits.h> /* implementation-defined data type ranges and limits */
|
||||||
|
|
||||||
/* constant definitions */
|
/* constant definitions */
|
||||||
|
|
BIN
platy_llvm
BIN
platy_llvm
Binary file not shown.
|
@ -19,7 +19,6 @@ Isn't that nice? =:)
|
||||||
|
|
||||||
CST8152
|
CST8152
|
||||||
Autumn, 2016ÿ
|
Autumn, 2016ÿ
|
||||||
6
|
|
||||||
|
|
||||||
Printing buffer parameters:
|
Printing buffer parameters:
|
||||||
|
|
||||||
|
@ -31,13 +30,4 @@ The current mark of the buffer is: 327
|
||||||
|
|
||||||
Printing buffer contents:
|
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ÿÿ
|
|
||||||
ÿ
|
|
||||||
|
|
Loading…
Reference in New Issue