Skip to content
View ixnisarg's full-sized avatar
🤔
thinking
🤔
thinking
  • india
Block or Report

Block or report ixnisarg

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 Loading

  1. my_printf my_printf
    1
    #include <stdio.h>
    2
    #include <stdarg.h>
    3
    #include <string.h>
    4
    
                  
    5
    void vprint(const char *fmt, va_list argp)
  2. design-patterns_cpp design-patterns_cpp Public

    Forked from Junzhuodu/design-patterns

    C++ Implementation for 23 Design Patterns

    C++

  3. design_pattern_for_embedded_system design_pattern_for_embedded_system Public

    Forked from ksvbka/design_pattern_for_embedded_system

    Implement of all problems in the book "Design Patterns for Embedded system in C"

    C

  4. linux-device-driver-test linux-device-driver-test Public

    Forked from niekiran/linux-device-driver-1

    Repository of Linux device driver programming(LDD1) udemy course

    C

  5. Logger_1 Logger_1 Public

    Forked from rxi/log.c

    A simple logging library implemented in C99

    C

  6. GenericMakefile GenericMakefile Public

    Forked from mbcrawfo/GenericMakefile

    A generic makefile for use with small/medium C and C++ projects.

    Makefile