return OK

This commit is contained in:
Xu Bai
2019-07-03 23:00:43 +08:00
parent 2789b44860
commit 45583ce45c
2 changed files with 2 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
* @Author: Xu Bai
* @Date: 2019-07-03 21:37:15
* @LastEditors: Xu Bai
* @LastEditTime: 2019-07-03 22:55:56
* @LastEditTime: 2019-07-03 23:00:13
*/
#include "stdlib.h"
@@ -180,4 +180,5 @@ int main()
DestroyQueue(&q);
printf("Destroy: ,q.front=%u q.rear=%u\n", q.front, q.rear);
getchar();
return OK;
}

BIN
a.out

Binary file not shown.