====== allocate ====== Allocates blocks for a file. ==== Synopsis ==== ''%%allocate %%'' ==== Description ==== Demonstrates how to allocate blocks of storage for a file. ==== Arguments ==== * **file** Name of the file for which to allocate blocks. * **byte count** Number of bytes to allocate. ==== Associated Files ==== allocate.c ==== Location ==== $c/allocate examples/FileSystem