File: driver.h

package info (click to toggle)
mixal 1.08-11
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 212 kB
  • sloc: ansic: 1,597; makefile: 88; awk: 10
file content (7 lines) | stat: -rw-r--r-- 134 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
/* MIX simulator, copyright 1994 by Darius Bacon */ 
#ifndef DRIVER_H
#define DRIVER_H

void assemble_line(const char *line);

#endif