mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-15 17:02:53 +08:00
9 lines
201 B
C
9 lines
201 B
C
#ifndef _pikaWhile__H
|
|
#define _pikaWhile__H
|
|
#include "PikaObj.h"
|
|
|
|
void while_setAssert(PikaObj* self, char* line);
|
|
void while_pushLine(PikaObj* self, char* line);
|
|
void while_run(PikaObj* self);
|
|
|
|
#endif |