mirror of
https://github.com/samsonjs/csc360-a1-shell.git
synced 2026-03-25 08:45:52 +00:00
12 lines
222 B
C
12 lines
222 B
C
/*
|
|
* A simple shell with some basic features.
|
|
*
|
|
* Sami Samhuri 0327342
|
|
* January 31, 2006
|
|
* CSC 360, Assignment 1
|
|
*
|
|
* main.h
|
|
* $Id: main.h 183 2006-01-27 11:24:52Z sjs $
|
|
*/
|
|
|
|
void queue_message ( char *message );
|