Main Page
Namespaces
Classes
Files
File List
File Members
lisp
tool
elf
initest.c
Go to the documentation of this file.
1
#include <stdio.h>
2
3
#pragma init (foo)
4
#pragma fini (bar)
5
6
foo
()
7
{ printf(
"foo is called\n"
);}
8
9
bar
()
10
{ printf(
"bar is called\n"
);}
11
12
main
()
13
{
14
printf(
"main is executing.\n"
);
15
}
foo
foo()
Definition:
initest.c:6
main
main()
Definition:
initest.c:12
bar
bar()
Definition:
initest.c:9
euslisp
Author(s): Toshihiro Matsui
autogenerated on Thu Jun 6 2019 20:00:44