summaryrefslogtreecommitdiff
path: root/ipl/packs/loadfuncpp/examples/stop.icn
blob: 6177badb79532aa5dda9d781cae3299d2144c8dd (plain)
1
2
3
4
5
6
7
8
9
10

link loadfuncpp

procedure main()
	newstop := loadfuncpp("./stop.so", "iexample")
	newstop("Stop!")
	write("We don't get here!")
end