Search Results

Search: Posts Made By: DevuanFan
8,214
Posted By Neo
I must be really dense, LOL According to the...
I must be really dense, LOL

According to the title, and from http://asciivalue.com/index.php that char you are referring to is ASCII char 151 according to asciivalue.com:
...
Forum: Hardware 11-19-2019
4,543
Posted By Neo
Off hand, you do not need either devices when the...
Off hand, you do not need either devices when the laptop is closed.

Have you looked into disabling both when the laptop is closed and (re)enabling when opened?
Forum: Programming 11-11-2019
21,030
Posted By apmcd47
realloc() is not guaranteed to reallocate in...
realloc() is not guaranteed to reallocate in situ, which is why you do
str = realloc(str, mem); rather than realloc(str, mem); The next_read variable should be reset with something like next_read =...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 02:37 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy