Skip to content

Instantly share code, notes, and snippets.

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
int main()
{
char *s,*p;
int i;
s="merhaba dunya";
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#define MAXLINE 1024
char * KOMUT[MAXLINE];
int wspace(char c) {
return c == ' ' || c == '\n';
}
gist denemesi