Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Links for 2010-08-16 [Digg]

  • Simplest Codings: Secure Server Client using OpenSSL in C
    Here's an implementation of Secure Server Client using openssl.
  • Simplest Codings: Custom strncat function in C
    This is a simple implementation of Variable length String Concatenation function. It'll concatenate the mentioned length of a string into another string.
  • Simplest Codings: Custom strncpy function in C
    Here's a simple implementation of a custom desired length string copy function. This function copies a string into another upto a desired length.
  • Simplest Codings: Custom string compare function in C
    Here's a simple implementation of strcmp function of string library.It returns -1 if the first string is less than second , 1 if second string is less than first and 0 if the strings are equal.


This post first appeared on Simplest Codings, please read the originial post: here

Share the post

Links for 2010-08-16 [Digg]

×

Subscribe to Simplest Codings

Get updates delivered right to your inbox!

Thank you for your subscription

×