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

Links for 2010-08-05 [Digg]

  • Simplest Codings: Custom String Tokenizer in C
    A simple implementation of String Tokenizer in C. This program tokenizes a string on the basis of a delimiter.
  • Simplest Codings: Find if a substring exists in a string?
    This is a simple implementation of function which determines if a substring exists in a string or not. Also it determines how many times the the substring is present in a string.
  • Simplest Codings: Custom malloc function Implementation in C
    For embedded systems we can't use the standard library functions as it is , since they consume more memory cycles as well as space. So we need to devise our own functions for such purposes.One similar implementation of memory allocation function 'malloc' is presented here.
  • Simplest Codings: Hex Dump a File in C
    Program in C to Hex dump a file.


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

Share the post

Links for 2010-08-05 [Digg]

×

Subscribe to Simplest Codings

Get updates delivered right to your inbox!

Thank you for your subscription

×