[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On Fri, Jul 29, 2011 at 4:16 PM, Jon Rafkind <workmin@xxxxxxxxxx> wrote:
> I'm guessing that you wanted the 'f' prefix to make people think about stdio
> operations but I think its not needed.
>
> slice_close, slice_open, al_open_slice, etc
>
> looks better to me.
>
It's likely to be part of File I/O, and all of those operations have
the f prefix:
http://www.allegro.cc/manual/5/file.html
al_fopen(), al_fopen_interface(), al_fopen_fd(), etc.
Also, there is no close function, because you use al_fclose() on it
like a regular file.
--
Matthew Leverton