Up to [local] / OpenXM / src / util
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.3 / (download) - annotate - [select for diffs], Sat Oct 3 08:24:14 2020 UTC (4 years, 1 month ago) by takayama
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +24 -14
lines
Diff to previous 1.2 (unified)
No warning on debian.
Revision 1.2 / (download) - annotate - [selected], Tue Oct 13 06:18:26 2015 UTC (9 years ago) by takayama
Branch: MAIN
Changes since 1.1: +2 -1
lines
Diff to previous 1.1 (unified)
Added #include <string.h>
Revision 1.1 / (download) - annotate - [select for diffs], Tue Mar 25 07:08:25 2014 UTC (10 years, 7 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_3_1_13b
Diff to selected 1.2 (unified)
oxlistlocalf asirProgram outputs a list of the functions defined in the asirProgram. For example, when the asirProgram is as def foo(X) {return(X);} def afo(X,Y) { return(X+Y);} the oxlistlocalf outputs localf foo$ localf afo$ I hope that it is useful to modulize asir programs.