Updated for C_ prototypes

This commit is contained in:
ceriel 1993-11-10 14:40:27 +00:00
parent 7c473ca0ed
commit 854597cd2d
11 changed files with 11 additions and 0 deletions

View file

@ -6,6 +6,7 @@
extern int __db_mes, __db_cst, __db_len, __db_type, __db_add;
extern char *__db_str;
void
C_cst( l)
arith l;
{

View file

@ -5,6 +5,7 @@
extern int __db_mes, __db_len, __db_type, __db_add;
extern char *__db_str;
void
C_dlb( l, val)
label l;
arith val;

View file

@ -5,6 +5,7 @@
extern int __db_mes, __db_len, __db_type, __db_add;
extern char *__db_str;
void
C_dnam( str, val)
char *str;
arith val;

View file

@ -1,6 +1,7 @@
#define CODE_EXPANDER
#include <em.h>
void
C_fcon( val, siz)
char *val;
arith siz;

View file

@ -1,6 +1,7 @@
#define CODE_EXPANDER
#include <em.h>
void
C_icon( val, siz)
char *val;
arith siz;

View file

@ -7,6 +7,7 @@ extern char *__db_str;
extern int B_procno;
void
C_ilb( l)
label l;
{

View file

@ -9,6 +9,7 @@ int __db_cst = 0;
int __db_type;
int __db_add;
void
C_mes_begin( ms)
int ms;
{

View file

@ -5,6 +5,7 @@ extern int __db_mes;
extern int __db_cst;
extern char *__db_str;
void
C_mes_end()
{
if (__db_mes) {

View file

@ -5,6 +5,7 @@
extern int __db_mes, __db_len, __db_type, __db_add;
extern char *__db_str;
void
C_pnam( str)
char *str;
{

View file

@ -5,6 +5,7 @@ extern int __db_mes;
extern char *__db_str;
extern int __db_len;
void
C_scon( str, siz)
char *str;
arith siz;

View file

@ -1,6 +1,7 @@
#define CODE_EXPANDER
#include <em.h>
void
C_ucon( val, siz)
char *val;
arith siz;