storage - How to store a value between system calls -


i writing simple system call supposed store single integer value. how should store value? tried googling nothing came , idea have write , read file. there way store value in scope of system session? resets when system powered off? how should go storing integer?


Comments

Popular posts from this blog

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

c# - Update a combobox from a presenter (MVP) -

How to understand 2 main() functions after using uftrace to profile the C++ program? -