C Code Snippets

Title User Tags Description Date
C concurrency less-but-still-fail starakaj c concurrent counter At least this one is atomic. 2011-12-01
C concurrency fail starakaj c concurrent counter fail It's like an atomic counter, only not 2011-12-01
מחשבים 37-2 max.fol c עבודת בית 1 2011-11-11
Simple C macros to determine Array length and clear memory kaiwan c macros useful (c) Bruce Rosner. (From the LinkedIn 'Plain Old C Programming' group: I usually also use this ma... 2011-09-10
Set memory to a pattern kaiwan c debug init memory pattern Simple function to initialize a given piece of memory to a given pattern (like, 0xdeadface, 0xbabefa... 2011-09-09
Convenience macros for debug, etc for Linux kernel / driver development kaiwan convenient debug driver kernel linux macro Convenience macros for debug, etc for Linux kernel / driver development. #include this header in you... 2011-09-08
test 1 kaiwan debug kernel linux macro a test 2011-09-08
SQL Insert C# MikkelRask sql A small code that connects to my database 2011-08-30
Round-up Macro cmho c macro memory allocation rounding Yoinked from xv6 v4—one line to round up a size. Useful for memory allocation. 2010-11-04
Exemplo de uso da função getopt eldermarco argumentos c getopt glibc Um programa simples ilustrando o uso da função getopt em linguagem C. A função getopt permite tratar... 2010-06-19