Searched defs:hello (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libz/
H A Dexample.c29 const char hello[] = "hello, hello!"; variable
30 /* "hello world" would be more standard, but the repeated "hello"
34 const char dictionary[] = "hello";
64 uLong len = (uLong)strlen(hello)+1;
66 err = compress(compr, &comprLen, (const Bytef*)hello, len);
74 if (strcmp((char*)uncompr, hello)) {
94 int len = (int)strlen(hello)
[all...]

Completed in 10 milliseconds