Update cv3/program.c
This commit is contained in:
parent
c5605e5b2c
commit
4d3c04cf51
@ -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,5 +88,8 @@ int main()
|
|||||||
|
|
||||||
}while(1);
|
}while(1);
|
||||||
|
|
||||||
|
printf("no input");
|
||||||
|
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user