# 010

Alias types to make it easier to move template definitions over from 010 Editor to ImHex

## Types

### `BYTE`

```rust
using BYTE = ;
```

### `CHAR`

```rust
using CHAR = ;
```

### `DOUBLE`

```rust
using DOUBLE = ;
```

### `DWORD`

```rust
using DWORD = ;
```

### `FLOAT`

```rust
using FLOAT = ;
```

### `INT`

```rust
using INT = ;
```

### `INT16`

```rust
using INT16 = ;
```

### `INT32`

```rust
using INT32 = ;
```

### `INT64`

```rust
using INT64 = ;
```

### `LONG`

```rust
using LONG = ;
```

### `QUAD`

```rust
using QUAD = ;
```

### `QWORD`

```rust
using QWORD = ;
```

### `SHORT`

```rust
using SHORT = ;
```

### `UBYTE`

```rust
using UBYTE = ;
```

### `UCHAR`

```rust
using UCHAR = ;
```

### `UINT`

```rust
using UINT = ;
```

### `UINT16`

```rust
using UINT16 = ;
```

### `UINT32`

```rust
using UINT32 = ;
```

### `UINT64`

```rust
using UINT64 = ;
```

### `ULONG`

```rust
using ULONG = ;
```

### `UQUAD`

```rust
using UQUAD = ;
```

### `USHORT`

```rust
using USHORT = ;
```

### `WORD`

```rust
using WORD = ;
```

### `__int64`

```rust
using __int64 = ;
```

### `__uint64`

```rust
using __uint64 = ;
```

### `byte`

```rust
using byte = ;
```

### `int`

```rust
using int = ;
```

### `int16`

```rust
using int16 = ;
```

### `int32`

```rust
using int32 = ;
```

### `int64`

```rust
using int64 = ;
```

### `long`

```rust
using long = ;
```

### `quad`

```rust
using quad = ;
```

### `short`

```rust
using short = ;
```

### `ubyte`

```rust
using ubyte = ;
```

### `uchar`

```rust
using uchar = ;
```

### `uint`

```rust
using uint = ;
```

### `uint16`

```rust
using uint16 = ;
```

### `uint32`

```rust
using uint32 = ;
```

### `uint64`

```rust
using uint64 = ;
```

### `ulong`

```rust
using ulong = ;
```

### `uquad`

```rust
using uquad = ;
```

### `ushort`

```rust
using ushort = ;
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.werwolv.net/pattern-language/libraries/type/010.pat.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
