Skip to content
Snippets Groups Projects
Commit 91fb2b40 authored by Prakalp Srivastava's avatar Prakalp Srivastava
Browse files

added visc.h

parent 703f272d
No related branches found
No related tags found
No related merge requests found
......@@ -32,6 +32,7 @@ void __visc__return(...);
void* __visc__getNode();
void* __visc__getParentNode(void*);
void __visc__barrier();
void* __visc__malloc(long);
unsigned __visc__getNodeInstanceID_x(void*);
unsigned __visc__getNodeInstanceID_y(void*);
unsigned __visc__getNodeInstanceID_z(void*);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment