Update cv3/program.c
This commit is contained in:
parent
4d3c04cf51
commit
411e43d1be
@ -1,7 +1,7 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
////////@@@@@@@@@@@
|
||||||
#define STACK_SIZE 500
|
#define STACK_SIZE 500
|
||||||
|
|
||||||
struct Stack
|
struct Stack
|
||||||
@ -88,7 +88,7 @@ int main()
|
|||||||
|
|
||||||
}while(1);
|
}while(1);
|
||||||
|
|
||||||
printf("no input");
|
printf("no input\n");
|
||||||
|
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user