Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Why does this REPNE SCASB implementation of strlen work?

Why can't I paste an object-like macro to a function? [duplicate]

c macros

Passing arrays to function in C

c arrays pointers

C and GTK3 - Application menu not showing when using Glade

c gtk gtk3 glade

C - Casting ~0 to unsigned long

c casting type-conversion

Use of (apparently) empty C function

c void

Segmentation Fault while running following C program

Initializing array within structure with another array

c struct initialization

Object methods in C: memory leaks

Why is this code acting different with a single printf? ucontext.h

Alternative of modulo operator in embedded C? [closed]

c embedded

How to create a new char* in standard C

c memory malloc arrays strlen

Issue with a program in C not correctly receiving the input

c function

Reading data of variable size in buffer using read system call in C

c ipc pipe

Array size in multidimensional array with pointers

c arrays pointers

Program not exiting after using POSIX timers

c timer pthreads posix glibc

Resolving ambiguous grammar without resorting to GLR-Parser

c parsing bison flex-lexer

Dirty page accounting in Linux kernel through /proc/$PID/smaps

C Size of array is too big

c gcc 64-bit