7 lines
70 B
C
7 lines
70 B
C
#ifndef UTILS_H
|
|
|
|
#include <stdlib.h>
|
|
|
|
int str_len(char str[]);
|
|
|
|
#endif |