Changeset f7428b1 in buchla-68k for include/cmeta.h


Ignore:
Timestamp:
07/10/2017 01:26:59 AM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
5fa506d
Parents:
c3aee8a
Message:

Started to rework include files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/cmeta.h

    rc3aee8a rf7428b1  
    66*/
    77
    8 extern  void    CMinit(int8_t *ip);
    9 extern  int16_t CMstat(int8_t *msg);
    10 extern  int16_t CMchr(int8_t c);
    11 extern  int16_t CMuchr(int8_t c);
    12 extern  int16_t CMstr(int8_t *s);
    13 extern  int16_t CMustr(int8_t *s);
    14 extern  int16_t CMlong(void);
    15 extern  int16_t CMdig(void);
    16 extern  int16_t CMlist(int8_t *l[]);
    17 extern  int16_t CMulist(int8_t *l[]);
    18 
    19 extern  int16_t QQsw;
    20 extern  int16_t QQanch;
    21 
    22 extern  int8_t  *QQin;
    23 extern  int8_t  *QQip;
    24 extern  int8_t  *QQop;
    25 
    26 extern  int32_t QQnum;
    27 extern  int16_t QQlnum;
    28 extern  int8_t  QQchr;
    29 extern  int8_t  QQdig;
    30 
    31 extern  int8_t  QQstr[];
     8#pragma once
    329
    3310#define CM_CHR(c)       CMchr(c)
Note: See TracChangeset for help on using the changeset viewer.