9 lines
102 B
C
9 lines
102 B
C
#include <stdio.h>
|
|
#include "stackm.h"
|
|
|
|
int main() {
|
|
stackm mystack;
|
|
smInit(&mystack);
|
|
return 0;
|
|
}
|