Changeset e225e77 in buchla-68k for ram/ptfield.c


Ignore:
Timestamp:
07/09/2017 10:24:47 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
411371e
Parents:
d2d593b
Message:

Added missing includes and declarations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ram/ptfield.c

    rd2d593b re225e77  
    2121#include "midas.h"
    2222#include "ptdisp.h"
     23
     24#include "memory.h"
     25#include "stdio.h"
     26#include "strings.h"
    2327
    2428#if     DEBUGXP
     
    9498void    ptekey(void);
    9599
     100extern  int16_t findnxt(int16_t cp);
     101extern  int16_t findprv(int16_t cp);
     102extern  int8_t *fr2dec(int16_t v, int8_t *s);
     103extern  void UpdVid(int16_t row, int16_t col, int8_t *str, uint16_t atr);
     104extern  void cnvc2p(int8_t *buf, int16_t cv);
     105extern  void curset(struct curpak *s);
     106extern  void dptw(void);
     107extern  void dt_del(uint16_t de);
     108extern  void int2rat(int16_t rat);
     109extern  void movectc(int16_t r, int16_t c);
     110extern  void pt_del(uint16_t pe);
     111extern  void pte2buf(void);
     112extern  void voidpb(void);
     113
    96114/*
    97115
Note: See TracChangeset for help on using the changeset viewer.