SummerGift
пре 8 година
1 измењених фајлова са
2 додато и
0 уклоњено
-
2
0
py/bc.c
|
|
@@ -25,9 +25,11 @@
|
|
|
* THE SOFTWARE.
|
|
|
*/
|
|
|
|
|
|
+#include <stdbool.h>
|
|
|
#include <stdio.h>
|
|
|
#include <stdlib.h>
|
|
|
#include <string.h>
|
|
|
+#include <assert.h>
|
|
|
|
|
|
#include "py/mpconfig.h"
|
|
|
#include "py/misc.h"
|