First Commit of my working state
[simh.git] / Ibm1130 / ibm1130_fmt.h
CommitLineData
196ba1fc
PH
1/*\r
2 * (C) Copyright 2003, Bob Flander.\r
3 * You may freely use this program, but: it offered strictly on an AS-IS, AT YOUR OWN\r
4 * RISK basis, there is no warranty of fitness for any purpose, and the rest of the\r
5 * usual yada-yada. Please keep this notice and the copyright in any distributions\r
6 * or modifications.\r
7 *\r
8 * This is not a supported product, but I welcome bug reports and fixes.\r
9 * Mail to bob@jftr.com\r
10 */\r
11\r
12/* ibm1130_asm.h: definition of routines in ibm1130_asm.c\r
13 */\r
14\r
15char* EditToAsm(char*); /* convert edit format to 1130 assembler format */\r
16char* EditToFortran(char*); /* convert edit format to Fortran format */\r
17char* EditToWhitespace(char*); /* clean white space, tabstops every 8 positions */\r