File: CRAY2.m4

package info (click to toggle)
pvm 3.4beta7-4
  • links: PTS
  • area: main
  • in suites: slink
  • size: 5,256 kB
  • ctags: 5,938
  • sloc: ansic: 66,147; makefile: 1,446; fortran: 631; sh: 424; csh: 70; asm: 37
file content (9 lines) | stat: -rw-r--r-- 297 bytes parent folder | download | duplicates (36)
1
2
3
4
5
6
7
8
9
#include <fortran.h>

undefine(`len')
define(`FUNCTION',`translit($1,abcdefghijklmnopqrstuvwxyz,ABCDEFGHIJKLMNOPQRSTUVWXYZ)')
define(`STRING_ARG',`$1_fcd')
define(`STRING_ARG_DECL',`_fcd $1_fcd')
define(`STRING_LEN',`_fcdlen($1_fcd)')
define(`STRING_PTR',`_fcdtocp($1_fcd)')
define(`ARGS',`($1)')