mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-27 16:51:06 -07:00
11 lines
131 B
Text
11 lines
131 B
Text
Name: align function declaration
|
|
|
|
=-=
|
|
int
|
|
main (int argc,
|
|
char *argv[]);
|
|
=-=
|
|
int
|
|
main (int argc,
|
|
char *argv[]);
|
|
=-=-=
|