first commit - moved from local dev to git

This commit is contained in:
firebee
2022-10-02 10:09:40 +02:00
commit bbb3ef9333
1861 changed files with 167960 additions and 0 deletions

44
tools/qed/kurzel/c.krz Normal file
View File

@@ -0,0 +1,44 @@
#
# qed K<>rzel-Datei f<>r C
#
bl=BOOLEAN
br=break;
by=BYTE
cb=CONST BYTE
cs=case ~ :
c=char
cn=CONST
d=DOUBLE
db=Debug("~\n");
df=default:^^
dn=#define
e=else
ei=#endif^^
es=else if (~)
ex=EXTERN
f=FALSE
fl=FLOAT
fo=for (~ = ; ;)
g=GLOBAL
i=if (~)
ic=#include <~.h>^^
icl=#include "~.h"^^
it=int
i0=#if 0^^
l=LONG
lc=LOCAL
n=NULL
ob=OBJECT *
pf=printf("~");
r=return ~;
so=sizeof (~)
st=struct
sw=switch (~)
t=TRUE
td=typedef
ub=UBYTE
ul=ULONG
uw=UWORD
wh=while (~)
w=WORD
v=VOID