Guest User

Untitled

a guest
Nov 17th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. #include <stdio.h>
  2. #include <stdlib.h>
  3. #include "T3D.h"
  4.  
  5. int main()
  6. {
  7. Mat4x1 *head;
  8. head = malloc(sizeof(Mat4x1));
  9. Cria(head, "entrada.txt");
  10. Imprime(head, "saida.txt");
  11.  
  12. return 0;
  13. }
Add Comment
Please, Sign In to add comment