Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Return pointer to array from function with array dimensions after function name

c arrays pointers return

What is the `.arr` function in this piece of code?

c

On core_cm4.h why is there casting like ((uint32_t)(int32_t)IRQn)?

c arm cortex-m cmsis

How to create thread-safe random number generator in C using rand_r()?

c multithreading random

Dealing with GSM modem by JNI in android

extern const char* const pointer or extern const char array[] cause link error [duplicate]

c++ c ld

Attempt to dereference a generic pointer.

NetBSD long double trouble

c floating-point netbsd

An elegant way of comparing values of unsorted arrays in C? [closed]

c arrays

type casting in K&R

c

Library for manipulating machine code at runtime?

c assembly x86 machine-code

Can't create PyObject from integer [closed]

python c extend python-c-api

Is `extern` required to make an inline function definition externally linked?

c gcc language-lawyer inline

Execute a bash command from a string in C (without system)

c linux bash

Buffer overflow - Program terminated with signal SIGSEGV

concatenate two integers into a char * in C

fork() and changing local variables?

c process fork