Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

How to wait for 30 hours?

c winapi

What does this expression: void* (*fct)(void*(*)(void*), void*)?

c pthreads

what is the difference between ID_SERIAL and ID_SERIAL_SHORT udev attributes for a USB descriptor

c usb linux-device-driver udev

About FBX binary file format

c opengl

Convert int (32 bits) to char (8 bits)

Confusion with sscanf_s

c

what is the purpose of argc and argv? [duplicate]

c++ c

How to determine processor word length in C?

c++ c operating-system

Why gcc doesn't recognize -rdynamic option?

c gcc

C array variable & address computation

c

Checking data behind pointer at runtime to avoid segfaults : (wchar_t *) vs. (char *)

C language, to check if an argument is a shell builtin command [closed]

c shell

Can memcpy of array of 16-bit objects be interrupted in between

c gcc x86 thread-safety atomic

C: How to free memory to struct when not having a pointer to it anymore?

c function struct malloc free

How do I modify a pointer to void through a function?

c pointers void void-pointers

How do I properly work with Strings in C?

c string strcat

How to match open and stat mode_t?

c unix posix file-permissions

C - secure execution of system() or exec() with environment variables

c linux

What is unlocked_stdio in C?

c linux gcc stdio manpage

How do "inner" and "outer" work in this bubble sort code?