File: float.0

package info (click to toggle)
pg-bsd-indent 2.1.1-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 520 kB
  • sloc: ansic: 2,875; makefile: 24
file content (6 lines) | stat: -rw-r--r-- 95 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
/* $FreeBSD$ */
/* See r303499 */
void t(void) {
	unsigned long x = 314UL;
	float y = 3.14f;
}