fix pl-tai
This commit is contained in:
6
packages/PLStream/libtai/tai_add.c
Normal file
6
packages/PLStream/libtai/tai_add.c
Normal file
@@ -0,0 +1,6 @@
|
||||
#include "tai.h"
|
||||
|
||||
void tai_add(struct tai *t, struct tai *u, struct tai *v)
|
||||
{
|
||||
t->x = u->x + v->x;
|
||||
}
|
||||
Reference in New Issue
Block a user