11 lines
120 B
C
11 lines
120 B
C
#include <stdlib.h>
|
|
#include <stdio.h>
|
|
|
|
char inverse(const char* s){
|
|
|
|
return EXIT_SUCCESS;
|
|
}
|
|
|
|
int main(void){
|
|
|
|
} |