suitcase

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

taia_tai.c (89B)


      1 #include <tai/taia.h>
      2 
      3 void taia_tai(struct taia *ta, struct tai *t)
      4 {
      5   *t = ta->sec;
      6 }