File: uint32.h2

package info (click to toggle)
fastforward 1%3A0.51-6
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 740 kB
  • sloc: ansic: 4,706; makefile: 478; sh: 138
file content (6 lines) | stat: -rw-r--r-- 73 bytes parent folder | download | duplicates (35)
1
2
3
4
5
6
#ifndef UINT32_H
#define UINT32_H

typedef unsigned long uint32;

#endif