mirror of
https://github.com/augustin64/projet-tipe
synced 2025-01-24 15:36:25 +01:00
Add <stdbool.h>
This commit is contained in:
parent
8f75260fbd
commit
28cc512737
@ -2,12 +2,13 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <float.h>
|
#include <float.h>
|
||||||
|
#include <stdbool.h>
|
||||||
#include <pthread.h>
|
#include <pthread.h>
|
||||||
#include <sys/sysinfo.h>
|
#include <sys/sysinfo.h>
|
||||||
|
|
||||||
#include "neural_network.c"
|
|
||||||
#include "neuron_io.c"
|
|
||||||
#include "mnist.c"
|
#include "mnist.c"
|
||||||
|
#include "neuron_io.c"
|
||||||
|
#include "neural_network.c"
|
||||||
|
|
||||||
#include "include/main.h"
|
#include "include/main.h"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user