Powered by Apache

CVS log for OpenXM/src/util/oxlistlocalf.c

[BACK] 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 (3 years, 7 months ago) by takayama
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +24 -14 lines
Diff to previous 1.2 (colored)

No warning on debian.

Revision 1.2 / (download) - annotate - [select for diffs], Tue Oct 13 06:18:26 2015 UTC (8 years, 6 months ago) by takayama
Branch: MAIN
Changes since 1.1: +2 -1 lines
Diff to previous 1.1 (colored)

Added #include <string.h>

Revision 1.1 / (download) - annotate - [select for diffs], Tue Mar 25 07:08:25 2014 UTC (10 years, 1 month ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_3_1_13b

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.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>