# pyport.h

这个文件主要做一些外部定义

```c
//PyAPI_FUNC(type): Declares a public Python API function and return type

#ifndef PyAPI_FUNC
#       define PyAPI_FUNC(RTYPE) RTYPE

#define PY_LONG_LONG long long

#define PY_INT64_T int64_t

typedef intptr_t        Py_intptr_t;
```


---

# 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://im-qianuxn.gitbook.io/pytorch/ji-suan-ji/python-yuan-ma-yue-du/jilu/include/pyport-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.
