File: algrd_internal.h

package info (click to toggle)
portsmf 0.1~svn20101010-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,008 kB
  • sloc: cpp: 6,109; sh: 994; makefile: 38
file content (5 lines) | stat: -rw-r--r-- 186 bytes parent folder | download | duplicates (12)
1
2
3
4
5
/* algread_internal.h -- interface between allegro.cpp and allegrord.cpp */

Alg_error alg_read(std::istream &file, Alg_seq_ptr new_seq, 
                   double *offset_ptr = NULL);