stack_vm/utils.h

7 lines
70 B
C

#ifndef UTILS_H
#include <stdlib.h>
int str_len(char str[]);
#endif