annotate etc/inttypes.h @ 37005:4330b0a2af69

Change the parameter list of PutImage(). Put destination data first and source data second, hence put x and y at the beginning. Add buffer to be drawn in and its width to the list. As a result, the global variables image_buffer and drawbuf_width can be removed.
author ib
date Fri, 28 Mar 2014 13:32:20 +0000
parents dae8bc96fb15
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
2 // fallback if the user doesn't have inttypes.h (libc5 systems)
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
3
11890
dae8bc96fb15 Simplified support for libc5 systems.
diego
parents: 1614
diff changeset
4 #include <sys/bitypes.h>