view model/corti.h @ 0:5242703e91d3 tip

Initial checkin for AIM92 aimR8.2 (last updated May 1997).
author tomwalters
date Fri, 20 May 2011 15:19:45 +0100
parents
children
line wrap: on
line source
/*
    corti.h
    =======


    entry point definitions for organ of corti simulation.

*/

extern char *newCorti() ;
extern int  Corti() ;
extern int  Croti() ;
extern void closeCorti() ;

/* experimiental */

extern char *newCorti2() ;
extern int  Corti2() ;
extern void closeCorti2() ;

extern double compensate ;