# GCC header limits.h

在 trace vsftpd 時，看到裡面有個變數 INT\_MAX，

但是 vim + tags 或 grep 完全找不到 INT\_MAX 的定義，

因此發現 limits.h 裡頭有定義了，而且也有之前談過的 CHAR\_BIT。

細節請參考 GCC /usr/include/limits.h 的內容。


---

# 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://applezulab.netdpi.net/linux-prog/gcc-header-limits-h.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.
