#include "../../routines/machine.h"
Include dependency graph for ex13c.c:
Go to the source code of this file.
Definition at line 8 of file ex13c.c.
References ar, and n.
00011 { 00012 int k; 00013 for (k = 0; k < *n*(*m); ++k) 00014 ar[k]= 2*ar[k]; 00015 return(0); 00016 }