x64/ia64 Assemly Instructions in Code Porting

jimdempseyatthecove
Total Points:
36,397
Status Points:
36,397
Black Belt
July 6, 2009 9:42 AM PDT
Rate
 
#3 Reply to #2

Use function prototype

#undef NULL
#define NULL 0
// declare forward reference to function func
void func(char *arg1, char *arg2, char *arg3, 
char *arg4, char *arg5, char *arg6, 
char *arg7, char *arg8, char *arg9);

void main() {
  func(NULL,NULL,NULL,NULL,NULL,
  NULL,NULL,NULL,NULL);
}

void func(char *arg1, char *arg2, char *arg3, 
char *arg4, char *arg5, char *arg6, 
char *arg7, char *arg8, char *arg9)
{
//
}

--------

Blog: The Parallel Void


www.quickthreadprogramming.com


Intel Software Network Forums Statistics

8473 users have contributed to 31605 threads and 100654 posts to date.
In the past 24 hours, we have 30 new thread(s) 110 new posts(s), and 160 new user(s).

In the past 3 days, the most popular thread for everyone has been gemm(A,A,A) like possible? The most posts were made to gemm(A,A,A) like possible? The post with the most views is Dear Steve, excuse me for a d

Please welcome our newest member Kevin Johnson