From: Blub Date: Sun, 28 Mar 2010 03:59:00 +0000 (+0000) Subject: (Commit created by redmine exporter script from page "NewQC" version 7) X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=b12d96952c736e29fa231d0ca49ab88f9bc069ea;p=xonotic%2Fxonotic.wiki.git (Commit created by redmine exporter script from page "NewQC" version 7) --- diff --git a/NewQC.textile b/NewQC.textile index 4024c6f..a1f1948 100644 --- a/NewQC.textile +++ b/NewQC.textile @@ -8,7 +8,7 @@ In fteqcc there are some ambiguities regarding fieldpointers, function pointers, A clean syntax is needed, *SUGGESTIONS ARE WELCOME*, my(blub's) current suggestion is: |_.definition|_.meaning| -|float foo(void)| function +|float foo(void)| function| |float foo*(void)| function pointer| |.float foo(void)| member: method/function pointer| |..float foo(void)|/2. member: method/function pointer returning .float|