Skip to content
Snippets Groups Projects
Select Git revision
  • master
1 result

symtab.h

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    symtab.h 217 B
    /**
     * @Author: Dušan Kolář
     * @Year:   2003-2018
     * Copyright (c) 2018
     * Licence: GLP 3.0
     */
    
    #ifndef ___SYMTAB_H___
    #define ___SYMTAB_H___
    
    void insertModify(char *s, double val);
    double read(char *s);
    
    #endif