Skip to content

ANSI-Christ/C-multitype-functions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C-multitype-functions

Allow function returns a few variables:

multitype(double, char, int) f(void){
  return (1.1,'$', 4);
}

void test(void){
  double a=0;
  char b;
  int c;
  
  let(,b,c)=f();
  let(a,b,c)=f();
}

Look for usage examples in main.c

About

Allow function returns a few variables

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors