study/C_C++/sources/test1/test1_2.c

12 lines
138 B
C
Executable File

#include <stdio.h>
#include <string.h>
#include <stdlib.h>
char *reverse(char *str){
}
int main(){
char *str = "hello world null";
}