C library naming conventions

前端 未结 8 1793
一向
一向 2021-01-31 05:50

Introduction

Hello folks, I recently learned to program in C! (This was a huge step for me, since C++ was the first language, I had contact with and scared me off for

8条回答
  •  长情又很酷
    2021-01-31 06:18

    I'm no C guru, but from the libraries I have used, it is quite common to use a prefix to separate functions.

    For example, SDL will use SDL, OpenGL will use gl, etc...

提交回复
热议问题