abc
This module is for ABC
-
Declaration
alias
myint
= int; -
Declaration
myint
f
;windy city
Discussion
paragraph 2 about of F
#include <stdio.h> void main() { printf("hello\n"); }
Copyright
1998
-
Declaration
enum
E
: int;comment1
-
Declaration
int
g
;comment2
-
Declaration
wchar
LS
;UTF line separator
-
Declaration
wchar
PS
;
wchar_XX
;
wcharYY
;UTF paragraph separator
-
Declaration
int
foo
(charc
, intargulid
, charu
= '\'', wcharv
= '\u7233', dchary
= '\U00017233');Function
foo
takes argumentc
and adds it toargulid
.Discussion
Then it munges
argulid
,u
underline.Parameters
char
c
the character which adds
c
toargulid
int
argulid
the argument
char
u
the other argument
-
Declaration
int
barr
();doc for
barr
() -
Declaration
class
Bar
; -
Declaration
enum
Easy
: int;