Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Print with less(1) from C

c pipe posix less-unix

How is one structure mapped to another by something like "return (struct a *) b"

c struct linux-kernel kernel

Equivalent to Arduino millis()

c arm

No SDL event for space keypress if down+right or up+left already pressed

c sdl

Specify int size in macro (or something)

c types 64-bit bit bit-shift

error: undeclared here (not in a function)

c file-io struct

Makefile: Multiple targets, one dependency

c linux makefile

Disassembling Simple Hello World program

Default structure alignment for 32 bit processor word

c arm memory-alignment

Is it possible to receive a pointer to C function in Rust and call it back?

c++ c rust

C++ - stat(), access() not working under gnu gcc

c++ c gcc stat

File program - fseek isnt working

c file fseek

number of passed arguments in a va_list

c variadic-functions

Memcpy takes the same time as memset

c linux memory x86 malloc

Different byte order in BPF program

c endianness ebpf bpf xdp-bpf

Why does sscanf read more than expected?

c scanf

uClibc vs glibc for real time Linux application programming

c linux glibc uclibc

Constant Divide Not Optimized?

c optimization divide

How to accurately count tokens in a C program? Do preprocessor directives like #include and #define count?