source: git/ntl/src/vec_ulong.c @ 287cc8

spielwiese
Last change on this file since 287cc8 was 287cc8, checked in by Hans Schönemann <hannes@…>, 14 years ago
ntl 5.5.2 git-svn-id: file:///usr/local/Singular/svn/trunk@12402 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 284 bytes
RevLine 
[2cfffe]1
2#include <NTL/vec_ulong.h>
3
4#include <NTL/new.h>
5
6NTL_START_IMPL
7
[287cc8]8static inline
[09da99]9void BlockConstruct(_ntl_ulong *, long) { }
10
[287cc8]11static inline
[09da99]12void BlockDestroy(_ntl_ulong *, long) { }
[2cfffe]13
14NTL_vector_impl_plain(_ntl_ulong,vec_ulong)
15
16NTL_eq_vector_impl(_ntl_ulong,vec_ulong)
17
18NTL_END_IMPL
19
Note: See TracBrowser for help on using the repository browser.