File: vector.cpp

package info (click to toggle)
amoeba 1.1-26
  • links: PTS
  • area: contrib
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 1,256 kB
  • ctags: 1,561
  • sloc: cpp: 8,315; makefile: 173
file content (8 lines) | stat: -rw-r--r-- 129 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
#include <stdio.h>
#include <math.h>
#include <stdlib.h>
#include <string.h>

#include "vector.h"
#include "../demolib_prefs.h"