Browse Source

Design Cods

remotes/origin/fdai7402-main-patch-42180
fdai7225 2 years ago
parent
commit
d3bf2f8170
  1. 8
      src/Umgebung.c

8
src/Umgebung.c

@ -6,6 +6,14 @@
#include<stdlib.h> #include<stdlib.h>
#include<time.h> #include<time.h>
#include<stdbool.h> #include<stdbool.h>
// Bellow you can find the function ASCI with which we designed the box and snake and food
/*int main(){
int a = 0;
while( a<= 255)
printf("%d = %c\n", a , a);
a++;} */
void Apfel(int realU[N][N]); void Apfel(int realU[N][N]);
void Umgebung(int str[N][N]); void Umgebung(int str[N][N]);
void delay(int ms); void delay(int ms);

Loading…
Cancel
Save