Files
FireBee_Setup/tools/qed/nl/kurzel/c.krz
2022-10-02 10:09:40 +02:00

41 lines
1.4 KiB
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#
# QED-kortzetselbestand voor C-Sources (*.C)
# door G. Cobben
# ========================================================================
#
# Code mag max. 8 tekens bevatten; door het drukken van <ESC> wordt de
# hele string na het '=' teken in de tekst ingevoegd.
#
# Bijzondere tekens met een functie:
# ========================================================================
# '*' direct voor het '=' teken; string wordt onmiddelijk ingevoegd,
# zonder op <ESC> te drukken.
# '~' in de string; zorgt er voor dat de cursor op de
# positie van de '~' wordt ingevoegd.
# zonder tilde ('~'); de cursor staat dan aan het eind
# van de string.
# '#' (hekje); leidt een commentaarregel in.
#
# ========================================================================
b =BOOLEAN
br =break;
by =BYTE
cb =CONST BYTE
cs =case ~ :
c =char
cn =CONST
d =DOUBLE
df =default:^^
dn =#define
e =else
es =else if (~)
ex =EXTERN
f =FALSE
fl =FLOAT
fo =for (~ = ; ;)
g =GLOBAL
i =if (~)
ic =#include <~.h>^^
icl=#include "~.h"^^
it =int