File: iand.c

package info (click to toggle)
pgplot5 5.2-8
  • links: PTS
  • area: non-free
  • in suites: slink
  • size: 6,268 kB
  • ctags: 5,900
  • sloc: fortran: 37,938; ansic: 18,809; sh: 1,136; objc: 532; perl: 443; makefile: 271; pascal: 233; tcl: 178; awk: 51; csh: 25
file content (1 line) | stat: -rw-r--r-- 46 bytes parent folder | download | duplicates (15)
1
int iand_ (int *a, int *b) { return *a & *b;}