28e2352eac
Refactored print_value code
6 lines
91 B
C
6 lines
91 B
C
#ifndef STRING_H
|
|
#define STRING_H
|
|
|
|
char* substring(char* str, int start, int end);
|
|
|
|
#endif
|