Skip to content
View sutyum's full-sized avatar
  • @TechnocultureResearch
  • Boodgaya, India

Organizations

@Technoculture
Block or Report

Block or report sutyum

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. Logging to Linux Syslog Logging to Linux Syslog
    1
    #include <pthread.h>
    2
    #include <sched.h>
    3
    #include <stdio.h>
    4
    #include <stdlib.h>
    5
    #include <sys/syslog.h>
  2. C macros beyond the usual examples C macros beyond the usual examples
    1
    /* 
    2
    A single '#' will create a string from the given argument, 
    3
    regardless of what that argument contains, 
    4
    while the double '##' will create a new token by concatenating the arguments.
    5
    */
  3. Technoculture/awesome-zephyr-rtos Technoculture/awesome-zephyr-rtos Public

    Zephyr RTOS for building modular firmware

    16

  4. stepanov-components-course stepanov-components-course Public

    Forked from rjernst/stepanov-components-course

    Code for Alex Stepanov's Components course at A9.

    C++