This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
ladybird
Watch
1
Star
0
Fork
You've already forked ladybird
0
mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced
2025-01-24 02:03:06 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
5158bee08c
ladybird
/
LibC
/
inttypes.h
8 lines
91 B
C
Raw
Normal View
History
Unescape
Escape
LibC: Add some integer functionality needed for NASM.
2019-02-05 13:38:32 +01:00
#
pragma once
Add a /bin/top program for process table monitoring. It automagically computes %CPU usage based on the number of times a process has been scheduled between samples. The colonel task is used as idle timer. This is pretty cool. :^)
2019-02-04 10:28:12 +01:00
#
include
<stdint.h>
LibC: Add some integer functionality needed for NASM.
2019-02-05 13:38:32 +01:00
#
define PRId8 "d"
#
define PRId16 "d"
#
define PRId32 "d"
Reference in a new issue
Copy permalink