C_ms_lin.c 295 B

123456789101112131415
  1. /* $Header$ */
  2. /*
  3. * (c) copyright 1990 by the Vrije Universiteit, Amsterdam, The Netherlands.
  4. * See the copyright notice in the ACK home directory, in the file "Copyright".
  5. */
  6. #include <em.h>
  7. #include <em_mes.h>
  8. C_ms_lin(l)
  9. int l;
  10. {
  11. C_mes_begin(ms_lin);
  12. C_cst((arith) l);
  13. C_mes_end();
  14. }