Neuron: neural networks


misc.h
Go to the documentation of this file.
1
2
3#ifndef NEUR_MISC_H
4#define NEUR_MISC_H
5
6
7#include <iostream>
8
9
11int cherche(std::istream *fich, const char * ch);
12
13
14
15#endif
16
17
18
int cherche(std::istream *fich, const char *ch)